Gathering detailed insights and metrics for hwp-inline-runtime-chunk-plugin
Gathering detailed insights and metrics for hwp-inline-runtime-chunk-plugin
Gathering detailed insights and metrics for hwp-inline-runtime-chunk-plugin
Gathering detailed insights and metrics for hwp-inline-runtime-chunk-plugin
Plugin to inline WebPack runtime chunks when using html-webpack-plugin
npm install hwp-inline-runtime-chunk-plugin
Typescript
Module System
Node Version
NPM Version
TypeScript (97.23%)
JavaScript (1.95%)
HTML (0.82%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
1,127 Commits
1 Forks
3 Watchers
1 Branches
2 Contributors
Updated on Jul 11, 2025
Latest Version
2.0.6
Package Id
hwp-inline-runtime-chunk-plugin@2.0.6
Unpacked Size
11.39 kB
Size
4.30 kB
File Count
6
NPM Version
10.7.0
Node Version
18.20.4
Published on
Sep 30, 2024
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
This plugin automatically inline Webpack's runtime chunks. It requires html-webpack-plugin
This plugin was inspired by html-webpack-inline-runtime-plugin and does pretty much the same but differently.
There are a few differences though:
1npm install --save-dev hwp-inline-runtime-chunk-plugin
1const HtmlWebpackPlugin = require('html-webpack-plugin'); 2const { HwpInlineRuntimeChunkPlugin } = require('hwp-inline-runtime-chunk-plugin'); 3 4module.exports = { 5 optimization: { 6 runtimeChunk: 'single' 7 }, 8 plugins: [ 9 new HtmlWebpackPlugin(), 10 new HwpInlineRuntimeChunkPlugin({ removeSourceMap: true }) 11 ] 12};
The plugin currently has only one configuration option:
removeSourceMap
(Boolean, the default is false
): whether to remove the link to the source map from the inlined source
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
0 existing vulnerabilities detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
Found 0/22 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not 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