@socketregistry/hyrious__bun.lockb
v1.0.5
Published
Socket.dev optimized package override for @hyrious/bun.lockb
Downloads
3,933
Readme
@socketregistry/hyrious__bun.lockb
A tested zero dependency CJS/ESM compatible drop-in replacement of
@hyrious/bun.lockb
complete with TypeScript types.
Installation
Install as a package override
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 as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/hyrious__bun.lockb
Requirements
Node >= 18.20.4