Gathering detailed insights and metrics for babel-plugin-transform-n4js-systemjs-commonjs
Gathering detailed insights and metrics for babel-plugin-transform-n4js-systemjs-commonjs
npm install babel-plugin-transform-n4js-systemjs-commonjs
Typescript
Module System
Min. Node Version
Node Version
NPM Version
69.1
Supply Chain
74.6
Quality
75.3
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
2,394
Last Day
2
Last Week
8
Last Month
18
Last Year
186
1 Stars
34 Commits
2 Watching
31 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
2.1.0
Package Id
babel-plugin-transform-n4js-systemjs-commonjs@2.1.0
Unpacked Size
10.77 kB
Size
3.77 kB
File Count
4
NPM Version
6.4.1
Node Version
10.10.0
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
700%
8
Compared to previous week
Last month
125%
18
Compared to previous month
Last year
-32.1%
186
Compared to previous year
2
A babel plugin to transform N4JS SystemJS modules into CommonJS, enabling webpack (via babel-loader) or react-native packager.
1$ npm install babel-plugin-transform-n4js-systemjs-commonjs --save-dev
Using a .babelrc
:
{
"plugins": ["babel-plugin-transform-n4js-systemjs-commonjs"]
}
or via CLI:
1$ babel --plugins babel-plugin-transform-n4js-systemjs-commonjs ...
Plugin Options:
verbose: [string]
switches on verbose logging of the used module IDsstripPackageID_re: [string|Regexp]
regex to rewrite/strip parts of the package ID by conventionnoSourceMap: [boolean]
whether the N4JS source-map reference should be dropped; defaults to true
MIT © Daniel Bölzle
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/13 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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
89 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-30
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