Optimized package overrides for Socket Optimize.
Install the Socket CLI globally, then run it inside any project:
# pnpm (recommended)
pnpm add -g socket
# npm
npm install -g socket
# yarn
yarn global add socket
# Then, from your project root:
socket optimizesocket optimize analyzes your dependencies and suggests optimized
replacements from the Socket Registry.
Package overrides are improved versions of existing npm packages:
Original Package Socket Override
β β
Cleanup β¨ β Reduce dependencies, use built-ins
Levelup π§© β Add features, modern APIs
Speedup β‘ β Optimize performance
Tuneup π§ β Fix CVEs, maintain compatibility
All overrides in this registry:
- Pass original package tests to maintain compatibility π―
- Work seamlessly with CommonJS and ESM
- Retain original licenses and are MIT compatible
- Include
TypeScript definitions
- Support current and LTS Node versions
Create a new override in three steps:
Step 1 Step 2 Step 3
Install β Generate β Complete
β β β
pnpm install make-npm-override Fill TODOs + Test
MIT
