Gathering detailed insights and metrics for delete-sourcemap-webpack-plugin-stzhang
Gathering detailed insights and metrics for delete-sourcemap-webpack-plugin-stzhang
Gathering detailed insights and metrics for delete-sourcemap-webpack-plugin-stzhang
Gathering detailed insights and metrics for delete-sourcemap-webpack-plugin-stzhang
npm install delete-sourcemap-webpack-plugin-stzhang
Typescript
Module System
Node Version
NPM Version
67.3
Supply Chain
71.7
Quality
75.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
21,524
Last Day
1
Last Week
2
Last Month
57
Last Year
1,159
1 Stars
12 Commits
1 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Mar 15, 2021
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
delete-sourcemap-webpack-plugin-stzhang@1.0.2
Unpacked Size
4.40 kB
Size
2.00 kB
File Count
6
NPM Version
6.11.3
Node Version
10.17.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-80%
2
Compared to previous week
Last Month
128%
57
Compared to previous month
Last Year
-14%
1,159
Compared to previous year
2
与sentry.iojavascript sdk
配套使用。在向sentry.io上传source-map
文件之后,再删除source-map
文件与源文件内对source-map
文件的引用注释指令。而不是,直接从webpack
配置彻底关闭source-map
生成。
npm i -D delete-sourcemap-webpack-plugin-stzhang
1// webpack.config.js 2const DeleteSourceMapWebpackPlugin = require('delete-sourcemap-webpack-plugin-stzhang') 3 4module.exports = { 5 // ... 6 plugins: [ 7 new DeleteSourceMapWebpackPlugin() 8 ], 9 // ... 10}
css
文件的source-map
source-map
时,不再报fs.unlink()
的删除文件失败错误webpack 4
的Plugin API
来接入插件No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/12 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 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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
27 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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