Gathering detailed insights and metrics for @types/tar-js
Gathering detailed insights and metrics for @types/tar-js
Gathering detailed insights and metrics for @types/tar-js
Gathering detailed insights and metrics for @types/tar-js
The repository for high quality TypeScript type definitions.
npm install @types/tar-js
Typescript
Module System
74.3
Supply Chain
73.3
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
48,916 Stars
88,339 Commits
30,220 Forks
641 Watching
5 Branches
9,977 Contributors
Latest Version
0.3.5
Package Id
@types/tar-js@0.3.5
Unpacked Size
3.79 kB
Size
1.68 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
0%
0
Compared to previous day
Last week
0%
0
Compared to previous week
Last month
0%
0
Compared to previous month
Last year
0%
0
Compared to previous year
npm install --save @types/tar-js
This package contains type definitions for tar-js (https://github.com/beatgammit/tar-js).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar-js.
1declare class Tar { 2 written: number; 3 out: Uint8Array; 4 constructor(recordsPerBlock?: number); 5 append( 6 filepath: string, 7 input: string | Uint8Array, 8 opts?: Tar.TarOptions, 9 callback?: (out: Uint8Array) => any, 10 ): Uint8Array; 11 append(filepath: string, input: string | Uint8Array, callback?: (out: Uint8Array) => any): Uint8Array; 12 clear(): void; 13} 14 15declare namespace Tar { 16 interface TarOptions { 17 mode?: number | undefined; 18 mtime?: number | undefined; 19 uid?: number | undefined; 20 gid?: number | undefined; 21 owner?: string | undefined; 22 group?: string | undefined; 23 } 24} 25 26export = Tar; 27
These definitions were written by Narazaka.
No vulnerabilities found.
Reason
30 commit(s) and 5 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 2024-12-23
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