
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
bn0: bn0: babel-node with pre-loaded presets
$ npm install -g bn0
$ bn0 myFile.js
This is a wrapper of @babel/node that provides a bn0 binary. bn0 is a babel-node alternative with some commonly used presets pre-loaded. It comes with:
First of all, it's no different than babel-node so don't use it in production.
Say you wanna quickly prototype some stuff using the latest JavaScript features, but:
@babel/cli and presets globally is a bad idea@babel/core, @babel/cli, @babel/preset-... dependencies takes too much timeGot it? bn0 requires no configuration and doesn't pollute your local require/import calls. Just run your file with bn0 myFile.js, or use bn0 itself for a REPL.
FAQs
bn0: an alternative babel-node binary with pre-loaded nightly presets
The npm package bn0 receives a total of 5 weekly downloads. As such, bn0 popularity was classified as not popular.
We found that bn0 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.