Gathering detailed insights and metrics for import-retry-plugin
Gathering detailed insights and metrics for import-retry-plugin
Gathering detailed insights and metrics for import-retry-plugin
Gathering detailed insights and metrics for import-retry-plugin
webpack-plugin-import-retry
webpack plugin to modify webpack_require module to retry import async chunk again
dynamic-import-retry-plugin
a webpack plugin stands for rewrite built-in function which loads dynamic chucks and providing retry.
webpack-import-retry-plugin1
```javascript import RetryPlugin from '@moka-fe/webpack-import-retry-plugin'
@teil-one/module-federation-retry-import-plugin
A runtime Module Federation 2 plugin for retrying remote module imports. Works in browser only.
dynamic import script with webpack4 ,when loading chunk error,retry it and break cdn ticks
npm install import-retry-plugin
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
10 Commits
5 Watchers
18 Branches
3 Contributors
Updated on Feb 26, 2019
Latest Version
1.0.4
Package Id
import-retry-plugin@1.0.4
Unpacked Size
17.09 kB
Size
6.52 kB
File Count
15
NPM Version
6.4.1
Node Version
10.2.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1npm i import-retry-plugin --save
webpack.config.js
1const ImportRetryPlugin =require("import-retry-plugin"); 2module.exports = { 3 plugins:[new ImportRetryPlugin()] 4}
js runtime
// the script must excute before import the chunk file
// src:the script's src
// time:1 (first error)
// time:2 (request src with random params and error again)
window.onChunkError=function(src,time){
}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
89 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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