Security News
Python Overtakes JavaScript as Top Programming Language on GitHub
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
babel-plugin-annotate-pure-calls
Advanced tools
Babel plugin for annotating automatically pure function calls.
This plugins helps with automatic #PURE annotation insertion. It add the comment to top level call expressions and new expressions in assignment contexts (those are considered by the plugin as side effect free). This helps UglifyJS to perform dead code elimination more efficiently and therefore reduces the bundle sizes for the consumers.
NOTE It might break your code, so use on your own risk. Target audiance for the plugin are libraries, which in vast major of use cases do not introduce side effects in top level calls. That doesn't mean that application bundles cannot benefit from the plugin.
npm install --save-dev babel-plugin-annotate-pure-calls
.babelrc
(Recommended).babelrc
{
"plugins": ["annotate-pure-calls"]
}
babel --plugins annotate-pure-calls script.js
require("babel-core").transform("code", {
plugins: ["annotate-pure-calls"]
});
FAQs
Babel plugin for annotating automatically pure function calls.
The npm package babel-plugin-annotate-pure-calls receives a total of 59,131 weekly downloads. As such, babel-plugin-annotate-pure-calls popularity was classified as popular.
We found that babel-plugin-annotate-pure-calls 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
Python becomes GitHub's top language in 2024, driven by AI and data science projects, while AI-powered security tools are gaining adoption.
Security News
Dutch National Police and FBI dismantle Redline and Meta infostealer malware-as-a-service operations in Operation Magnus, seizing servers and source code.
Research
Security News
Socket is tracking a new trend where malicious actors are now exploiting the popularity of LLM research to spread malware through seemingly useful open source packages.