
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
Just install it and add to your package:
With NPM:
npm install --save-dev babel-enhanced-node
With Yarn:
yarn add --dev babel-enhanced-node
(Make sure you have babel-core installed as dependency in your project as babel-node only defines babel-core as a "peerDependency")
Then use babel-node in your package.json in scripts section like this:
"scripts": {
"start": "babel-node src/main.js"
}
Or if you want to run directly:
yarn babel-node src/main.js
FAQs
All JS common types and utils
The npm package js-simple receives a total of 1 weekly downloads. As such, js-simple popularity was classified as not popular.
We found that js-simple 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.