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