itssummernoscarfs
v1.0.0
Published
Disable Scarf analytics even if it opts-out by default.
Downloads
5
Readme
itssummernoscarfs
There's no time for scarfs, it's summer already 🏊
Why
Because JS ecosystem and OSS is not that place for running spyware like @scarf-sh/scarfjs. Don't understand me wrong, I like OSS and there is npm for viewing stats for your library but I don't like when some 3rdparty library places spyware-like library on EVERY INSTALL.
How to use
- Install packages WITHOUT running scripts, like postinstall:
npm install --ignore-scripts
If you use yarn then -Scarf- Shit analytics won't run after install.
- Run patcher which will change fix installation links to public gist that simply mock library and makes clear visible that is mocked.
npx itssummernoscarfs
Remove @scarf/scarf folder from your node_modules or do rm -rf node_modules/
Install deps again with your favorite package manager.