Gathering detailed insights and metrics for write-json-webpack-plugin
Gathering detailed insights and metrics for write-json-webpack-plugin
Gathering detailed insights and metrics for write-json-webpack-plugin
Gathering detailed insights and metrics for write-json-webpack-plugin
npm install write-json-webpack-plugin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
3 Stars
15 Commits
3 Forks
2 Watchers
2 Branches
2 Contributors
Updated on Jun 26, 2025
Latest Version
1.1.0
Package Id
write-json-webpack-plugin@1.1.0
Size
1.58 kB
NPM Version
6.4.1
Node Version
8.12.0
Published on
Nov 13, 2018
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
Emits a JSON file that contains data passed through to it
1npm install --save-dev write-json-webpack-plugin
1// Add to your Webpack config file 2var WriteJsonPlugin = require('write-json-webpack-plugin'); 3 4module.exports = { 5 plugins: [new WriteJsonPlugin()] 6};
Write JSON Webpack Plugin accepts three options, the object to write, the path and filename
1new WriteJsonPlugin({
2 object: [object]
3 path: 'public',
4 // default output is timestamp.json
5 filename: 'timestamp.json',
6 pretty: true // makes file human-readable (default false)
7})
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 2/9 approved changesets -- score normalized to 2
Reason
project is archived
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
license file not detected
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
81 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