Gathering detailed insights and metrics for gulp-strip-json-comments
Gathering detailed insights and metrics for gulp-strip-json-comments
npm install gulp-strip-json-comments
Typescript
Module System
Min. Node Version
Node Version
NPM Version
34.5
Supply Chain
58.2
Quality
70.8
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
105,038
Last Day
51
Last Week
175
Last Month
846
Last Year
7,206
26 Stars
30 Commits
4 Forks
6 Watching
1 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
5.0.0
Package Id
gulp-strip-json-comments@5.0.0
Unpacked Size
3.11 kB
Size
1.60 kB
File Count
4
NPM Version
9.2.0
Node Version
18.18.2
Publised On
01 Nov 2023
Cumulative downloads
Total Downloads
Last day
27.5%
51
Compared to previous day
Last week
-15%
175
Compared to previous week
Last month
-1.5%
846
Compared to previous month
Last year
-30.5%
7,206
Compared to previous year
2
1
Strip comments from JSON with strip-json-comments
Lets you use comments in your JSON files!
1npm install --save-dev gulp-strip-json-comments
1import gulp from 'gulp'; 2import stripJsonComments from 'gulp-strip-json-comments'; 3 4export default () => ( 5 gulp.src('src/config.json') 6 .pipe(stripJsonComments()) 7 .pipe(gulp.dest('dist')) 8);
Type: object
See the strip-json-comments
options.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/30 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
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