Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
babel-preset-es3
Advanced tools
Babel preset for two ES3 transforms
transform-es3-member-expression-literals
andtransform-es3-property-literals
This presets adds the two transforms for ES3 syntax compatibility.
$ npm install --save-dev babel-preset-es3
.babelrc
(Recommended).babelrc
{
"presets": ["es3"]
}
$ babel script.js --preset es3
require("babel-core").transform("code", {
presets: ["es3"]
});
FAQs
Preset for Babel's ES3 transformations
The npm package babel-preset-es3 receives a total of 1,017 weekly downloads. As such, babel-preset-es3 popularity was classified as popular.
We found that babel-preset-es3 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.