Installations
npm install babel-plugin-dynamic-import-system-import
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
7.2.1
NPM Version
4.0.5
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
chicoxyzzy
Download Statistics
Total Downloads
68,301
Last Day
2
Last Week
3
Last Month
14
Last Year
122
GitHub Statistics
7 Stars
3 Commits
1 Forks
4 Watching
1 Branches
2 Contributors
Bundle Size
122.30 kB
Minified
27.90 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.0
Package Id
babel-plugin-dynamic-import-system-import@1.0.0
Size
6.45 kB
NPM Version
4.0.5
Node Version
7.2.1
Total Downloads
Cumulative downloads
Total Downloads
68,301
Last day
100%
2
Compared to previous day
Last week
-25%
3
Compared to previous week
Last month
100%
14
Compared to previous month
Last year
-40.2%
122
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
babel-plugin-dynamic-import-system-import
Babel plugin to transpile import()
to System.import()
.
NOTE: Babylon >= v6.12.0 is required to correct parse dynamic imports.
Installation
1$ npm install babel-plugin-dynamic-import-system-import --save-dev
Usage
Via .babelrc
(Recommended)
.babelrc
1{ 2 "plugins": ["dynamic-import-system-import"] 3}
Via CLI
1$ babel --plugins dynamic-import-system-import script.js
Via Node API
1require('babel-core').transform('code', { 2 plugins: ['dynamic-import-system-import'] 3});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-02-03
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