
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Are you planning to use babel in your next project ? Build a Babel environment in one single line
#Install
npm install -g babel-me
#Usage
babel-me
Create a simple environment for start coding in es6 with babel.
.
|___ lib/index.js <-- base es6 file
|___ dist/ <-- distribution folder
|___ tests/test.js <-- base es6 test based on mocha
|___ .babelrc <-- babel configuration file
Aumatically add scripts to use and build your babel lib
...
"scripts":{
"build" : "./node_modules/babel-cli/bin/babel.js lib -d dist",
"test" : "./node_modules/mocha/bin/mocha tests/* --compilers js:babel-core/register -t 15s",
"prepublish" : "npm run build"
},
Install the minimumm required dependencies
Thats all! Simple and with minimum dependencies.
Related
A babel boilerplate for Yeoman https://github.com/babel/generator-babel-boilerplate
FAQs
A simple & clean babel grunt boilerplate
The npm package babel-me receives a total of 12 weekly downloads. As such, babel-me popularity was classified as not popular.
We found that babel-me 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.