Socket.dev optimized package override for side-channel
npm install @socketregistry/side-channel


> A tested zero dependency drop-in replacement of
> side-channel complete with
> TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/side-channel to yourpackage.json.
`json`
{
"overrides": {
"side-channel": "npm:@socketregistry/side-channel@^1"
},
"resolutions": {
"side-channel": "npm:@socketregistry/side-channel@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/side-channel
Node >= 18.20.4`