You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've previously looked into this and decided against it ("for now") due to the binary format - I now don't think it's worth doing because bun is moving away from the binary lockfile for exactly this kind of reason.
In the meantime you should be able to do scanning by generating a yarn.lock file
Bun( https://bun.sh/ ) is Node.js like JavaScript runtime.
And packages are hosted by npm.js.
This scanner may be able to support
bun.lockb
files with minor modifications.Note
The lock files are in binary format, so this issue might be tricky...
User documentation on the lockfile can be found here: https://bun.sh/docs/install/lockfile
bun.lockb
can also be generated from existingpackage-lock.json
andpackage.json
with this command.bun pm migrate # docs here: https://bun.sh/docs/cli/pm#migrate
Or, if you have only package.json just exec
The text was updated successfully, but these errors were encountered: