Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

org.webjars.npm:babel-runtime

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.webjars.npm:babel-runtime

WebJar for babel-runtime

  • 7.0.0-beta.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

babel

The compiler for writing next generation JavaScript.

Travis Status CircleCI Status Coverage Status Slack Status npm Downloads

Supporting Babel

Backers on Open Collective Sponsors on Open Collective Business Strategy Status

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:

Intro

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.

FAQ

Docs?

Check out our website: babeljs.io

Looking for support?

For questions and support please visit join our Slack Community, ask a question on Stack Overflow, or ping us on Twitter.

Want to report a bug or request a feature?

Please read through our CONTRIBUTING.md and fill out the issue template at babel/issues!

Want to report an issue with our website (babeljs.io)?

For docs/website issues please visit the babel/website.

Want to contribute to Babel?

Check out our CONTRIBUTING.md to get started with setting up the repo.

How is the repo structured?

The Babel repo is managed as a monorepo that is composed of many npm packages.

Team

Core members

BabelDaniel TschinderLogan SmythHenry Zhu
BabelDaniel TschinderLogan SmythHenry Zhu
:octocat: @babel@danez@loganfsmyth@hzoo
:bird: @babeljs@TschinderDaniel@loganfsmyth@left_pad

Members

Andrew LevineBoopathi RajaaBrian NgDan Harperdiogo francoAaron AngArtem Yavorsky
Andrew LevineBoopathi RajaaBrian NgDan HarperDiogo FrancoAaron AngArtem Yavorsky
@drewml@boopathi@existentialism@danharper@kovensky@aaronang@yavorsky
@drewml@heisenbugger@existentialism@DanHarper7@kovnsk@_aaronang@yavorsky_
Juriy ZaytsevKai CataldoMoti ZilbermanSven SauleauSamuel ReedSergey Rubanov
Juriy ZaytsevKai CataldoMoti ZilbermanSven SauleauSamuel ReedSergey Rubanov
@kangax@kaicataldo@motiz88@xtuc@STRML@chicoxyzzy
@kangax@kai_cataldo@motiz88@svensauleau@STRML_@chicoxyzzy

Non-Human Members

Babel Bot
@babel-bot
@babeljs

Inactive members

Amjad MasadJames KyleJesse McCarthySebastian McKenzie (Creator)
Amjad MasadJames KyleJesse McCarthySebastian McKenzie
@amasad@thejameskyle@jmm@sebmck
@amasad@thejameskyle@mccjm@kittens

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

MIT

FAQs

Package last updated on 15 Aug 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc