Gathering detailed insights and metrics for babel-plugin-polyfill-corejs2
Gathering detailed insights and metrics for babel-plugin-polyfill-corejs2
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
npm install babel-plugin-polyfill-corejs2
Typescript
Module System
Node Version
NPM Version
91.1
Supply Chain
69.4
Quality
79.5
Maintenance
100
Vulnerability
99.3
License
TypeScript (65.76%)
JavaScript (34.24%)
Total Downloads
3,250,930,232
Last Day
1,689,221
Last Week
10,233,063
Last Month
84,708,934
Last Year
1,150,057,657
339 Stars
407 Commits
59 Forks
18 Watching
4 Branches
49 Contributors
Latest Version
0.4.12
Package Id
babel-plugin-polyfill-corejs2@0.4.12
Unpacked Size
79.55 kB
Size
19.60 kB
File Count
9
NPM Version
lerna/3.22.0/node@v22.9.0+x64 (linux)
Node Version
22.9.0
Publised On
11 Nov 2024
Cumulative downloads
Total Downloads
Last day
-15.5%
1,689,221
Compared to previous day
Last week
-44.4%
10,233,063
Compared to previous week
Last month
-13.5%
84,708,934
Compared to previous month
Last year
15.2%
1,150,057,657
Compared to previous year
1
Using npm:
1npm install --save-dev babel-plugin-polyfill-corejs2
or using yarn:
1yarn add babel-plugin-polyfill-corejs2 --dev
Add this plugin to your Babel configuration:
1{ 2 "plugins": [["polyfill-corejs2", { "method": "usage-global" }]] 3}
This package supports the usage-pure
, usage-global
, and entry-global
methods.
When entry-global
is used, it replaces imports to core-js
.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 12/30 approved changesets -- score normalized to 4
Reason
2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-13
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