
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
org.webjars.npm:babel-helper-remap-async-to-generator
Advanced tools
WebJar for babel-helper-remap-async-to-generator
The compiler for writing next generation JavaScript.
Babel is community-driven and thus mostly maintained by a group of volunteers. It has a lot of companies and projects using it but almost no sponsors/people funded to work on it. If you'd like to help maintain the future of the project, please consider:
Babel is a tool that helps you write code in the latest version of JavaScript. When your supported environments don't support certain features natively, Babel will help you compile those features down to a supported version.
In
// ES2015 arrow function
[1, 2, 3].map((n) => n + 1);
Out
[1, 2, 3].map(function(n) {
return n + 1;
});
Try it out at our REPL and follow us at @babeljs.
Check out our website: babeljs.io
For questions and support please visit our discussion forum, sign up for our Slack community, or StackOverflow.
Read through our CONTRIBUTING.md and fill out the issue template at babel/issues.
For documentation and website issues please visit the babel/website repo.
Check out our CONTRIBUTING.md. If you have already joined Slack, join our #development channel!
You can also start by checking out the issues with the help-wanted label.
Our discussions/notes/roadmap: babel/notes Our progress on TC39 proposals: babel/proposals
The Babel repo is managed as a monorepo that is composed of many npm packages.
| Babel | Daniel Tschinder | Logan Smyth | Henry Zhu |
| :octocat: @babel | @danez | @loganfsmyth | @hzoo |
| :bird: @babeljs | @TschinderDaniel | @loganfsmyth | @left_pad |
| Andrew Levine | Boopathi Rajaa | Brian Ng | Dan Harper | Diogo Franco | Aaron Ang | Artem Yavorsky |
| @drewml | @boopathi | @existentialism | @danharper | @kovensky | @aaronang | @yavorsky |
| @drewml | @heisenbugger | @existentialism | @DanHarper7 | @kovnsk | @_aaronang | @yavorsky_ |
| Juriy Zaytsev | Kai Cataldo | Moti Zilberman | Sven Sauleau | Samuel Reed | Sergey Rubanov |
| @kangax | @kaicataldo | @motiz88 | @xtuc | @STRML | @chicoxyzzy |
| @kangax | @kai_cataldo | @motiz88 | @svensauleau | @STRML_ | @chicoxyzzy |
![]() |
|---|
| Babel Bot |
| @babel-bot |
| @babeljs |
| Amjad Masad | James Kyle | Jesse McCarthy | Sebastian McKenzie |
| @amasad | @thejameskyle | @jmm | @sebmck |
| @amasad | @thejameskyle | @mccjm | @kittens |
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
FAQs
WebJar for babel-helper-remap-async-to-generator
We found that org.webjars.npm:babel-helper-remap-async-to-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

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.