@socketregistry/hyrious__bun.lockb
v1.0.19
Published
Socket.dev optimized package override for @hyrious/bun.lockb
Readme
@socketregistry/hyrious__bun.lockb
A tested zero dependency CJS/ESM compatible drop-in replacement of
@hyrious/bun.lockbcomplete with TypeScript types.
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimizePrefer 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 as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/hyrious__bun.lockbRequirements
Node >= 18.20.4
