A tested zero dependency CJS/ESM compatible drop-in replacement of
@hyrious/bun.lockb
complete 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/hyrious__bun.lockb
to your
package.json
.
{
"overrides": {
"@hyrious/bun.lockb": "npm:@socketregistry/hyrious__bun.lockb@^1"
},
"resolutions": {
"@hyrious/bun.lockb": "npm:@socketregistry/hyrious__bun.lockb@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/hyrious__bun.lockb
Node >= 18.20.4