Gathering detailed insights and metrics for @types/gulp-sourcemaps
Gathering detailed insights and metrics for @types/gulp-sourcemaps
Gathering detailed insights and metrics for @types/gulp-sourcemaps
Gathering detailed insights and metrics for @types/gulp-sourcemaps
The repository for high quality TypeScript type definitions.
npm install @types/gulp-sourcemaps
Typescript
Module System
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
50,042 Stars
89,744 Commits
30,435 Forks
640 Watchers
6 Branches
9,957 Contributors
Updated on Jul 15, 2025
Latest Version
0.0.38
Package Id
@types/gulp-sourcemaps@0.0.38
Unpacked Size
5.39 kB
Size
1.90 kB
File Count
5
Published on
Nov 07, 2023
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
npm install --save @types/gulp-sourcemaps
This package contains type definitions for gulp-sourcemaps (https://github.com/gulp-sourcemaps/gulp-sourcemaps).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-sourcemaps.
1/// <reference types="node"/> 2 3import File = require("vinyl"); 4 5interface InitOptions { 6 loadMaps?: boolean | undefined; 7 debug?: boolean | undefined; 8} 9 10interface WriteMapper { 11 (file: string): string; 12} 13 14interface SourceMapMapper { 15 (sourcePath: string, file: File): string; 16} 17 18interface SourceUrlMapper { 19 (file: File): string; 20} 21 22interface MapFilenameMapper { 23 (mapFilePath: string): string; 24} 25 26interface CloneOptions { 27 contents?: boolean | undefined; 28 deep?: boolean | undefined; 29} 30 31interface WriteOptions { 32 addComment?: boolean | undefined; 33 includeContent?: boolean | undefined; 34 sourceRoot?: string | WriteMapper | undefined; 35 sourceMappingURLPrefix?: string | WriteMapper | undefined; 36 sourceMappingURL?: SourceUrlMapper | undefined; 37 destPath?: string | undefined; 38 mapFile?: MapFilenameMapper | undefined; 39 charset?: BufferEncoding | undefined; 40 clone?: boolean | CloneOptions | undefined; 41} 42 43export declare function init(opts?: InitOptions): NodeJS.ReadWriteStream; 44export declare function mapSources(mapper?: SourceMapMapper): NodeJS.ReadWriteStream; 45export declare function write(path?: string, opts?: WriteOptions): NodeJS.ReadWriteStream; 46export declare function write(opts?: WriteOptions): NodeJS.ReadWriteStream; 47
These definitions were written by Phips Peter, and Concision.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
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-07-14
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