Socket.dev optimized package override for @hyrious/bun.lockb
npm install @socketregistry/hyrious__bun.lockb


> 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.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/hyrious__bun.lockb to yourpackage.json.
`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.
`sh`
npm install @socketregistry/hyrious__bun.lockb
Node >= 18.20.4`