Gathering detailed insights and metrics for @zambezi/babel-plugin-transform-es2015-modules-umd
Gathering detailed insights and metrics for @zambezi/babel-plugin-transform-es2015-modules-umd
Gathering detailed insights and metrics for @zambezi/babel-plugin-transform-es2015-modules-umd
Gathering detailed insights and metrics for @zambezi/babel-plugin-transform-es2015-modules-umd
@babel/plugin-transform-modules-umd
This plugin transforms ES2015 modules to UMD
@babel/plugin-transform-modules-commonjs
This plugin transforms ES2015 modules to CommonJS
@babel/plugin-transform-modules-systemjs
This plugin transforms ES2015 modules to SystemJS
@babel/plugin-transform-modules-amd
This plugin transforms ES2015 modules to AMD
npm install @zambezi/babel-plugin-transform-es2015-modules-umd
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
11,900 Commits
1 Watching
19 Branches
3 Contributors
Updated on 12 Sept 2018
Minified
Minified + Gzipped
JavaScript (99.72%)
Makefile (0.14%)
HTML (0.1%)
Shell (0.04%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
133.3%
7
Compared to previous month
Last year
-65.5%
70
Compared to previous year
1
The compiler for writing next generation JavaScript.
Babel (pronounced "babble") is a community-driven project used by many companies and projects, and is maintained by a group of volunteers. If you'd like to help support the future of the project, please consider:
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]
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
1// ES2015 arrow function 2[1, 2, 3].map((n) => n + 1);
Out
1[1, 2, 3].map(function(n) { 2 return n + 1; 3});
Try it out at our REPL.
Mostly a handful of volunteers! Please check out our team page!
For questions and support please visit join our Slack Community (you can sign-up here for an invite), ask a question on Stack Overflow, or ping us on Twitter.
I'm so glad you asked: Hallelujah —— In Praise of Babel by @angus-c, audio version by @swyx. Tweet us your recordings!
Check out our website: babeljs.io, and report issues/features at babel/website.
Please read through our CONTRIBUTING.md and fill out the issue template at babel/issues!
Check out our CONTRIBUTING.md to get started with setting up the repo.
The Babel repo is managed as a monorepo that is composed of many npm packages.
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
no SAST tool detected
Details
Reason
project is not fuzzed
Details
Reason
106 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More