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
delete source map url and files after uploaded to anywhere
npm install delete-sourcemap-webpack-plugin-stzhang
Typescript
Module System
Node Version
NPM Version
67.3
Supply Chain
71.7
Quality
75
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
12 Commits
1 Forks
1 Branches
1 Contributors
Updated on Mar 15, 2021
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%
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
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
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
31 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