-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REQUEST: Support bun.lock
lockfile used by Bun
#1405
Comments
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 In the meantime you should be able to do scanning by generating a |
Thank you. Now, I wait for the text one. |
Bun has officially implemented their new text-based lockfile which will be the default in v1.2 - I have started on an extractor for this over at |
bun.lockb
lockfile used by Bunbun.lock
lockfile used by Bun
Thank you!
|
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
bun.lock
files with minor modifications.Note
The lock files are in binary format, so this issue might be tricky...(updated by #1405 (comment) )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: