Gathering detailed insights and metrics for @types/gulp-rev-replace
Gathering detailed insights and metrics for @types/gulp-rev-replace
Gathering detailed insights and metrics for @types/gulp-rev-replace
Gathering detailed insights and metrics for @types/gulp-rev-replace
npm install @types/gulp-rev-replace
Typescript
Module System
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
624,913
Last Day
678
Last Week
4,201
Last Month
19,443
Last Year
86,792
49,101 Stars
88,626 Commits
30,292 Forks
640 Watching
5 Branches
9,977 Contributors
Latest Version
0.2.40
Package Id
@types/gulp-rev-replace@0.2.40
Unpacked Size
3.56 kB
Size
1.68 kB
File Count
5
Publised On
21 Nov 2023
Cumulative downloads
Total Downloads
Last day
-6.9%
678
Compared to previous day
Last week
-16.5%
4,201
Compared to previous week
Last month
56.5%
19,443
Compared to previous month
Last year
-32.4%
86,792
Compared to previous year
1
npm install --save @types/gulp-rev-replace
This package contains type definitions for gulp-rev-replace (https://github.com/jamesknelson/gulp-rev-replace).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-rev-replace.
1/// <reference types="node" /> 2 3declare namespace revReplace { 4 interface Options { 5 canonicalUris?: boolean | undefined; 6 replaceInExtensions?: string[] | undefined; 7 prefix?: string | undefined; 8 manifest?: NodeJS.ReadWriteStream | undefined; 9 modifyUnreved?: Function | undefined; 10 modifyReved?: Function | undefined; 11 } 12} 13 14declare function revReplace(options?: revReplace.Options): NodeJS.ReadWriteStream; 15 16export = revReplace; 17
These definitions were written by Tanguy Krotoff.
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
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