Gathering detailed insights and metrics for @types/ospath
Gathering detailed insights and metrics for @types/ospath
Gathering detailed insights and metrics for @types/ospath
Gathering detailed insights and metrics for @types/ospath
The repository for high quality TypeScript type definitions.
npm install @types/ospath
Typescript
Module System
69.1
Supply Chain
68.9
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
796,489
Last Day
95
Last Week
2,075
Last Month
9,187
Last Year
92,693
NOASSERTION License
50,003 Stars
89,701 Commits
30,430 Forks
641 Watchers
6 Branches
9,957 Contributors
Updated on Jul 07, 2025
Latest Version
1.2.3
Package Id
@types/ospath@1.2.3
Unpacked Size
3.15 kB
Size
1.58 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-2.1%
95
Compared to previous day
Last Week
-8.4%
2,075
Compared to previous week
Last Month
15.3%
9,187
Compared to previous month
Last Year
-27.9%
92,693
Compared to previous year
npm install --save @types/ospath
This package contains type definitions for ospath (https://github.com/jprichardson/ospath#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ospath.
1/** 2 * Returns the directory where an application should store its data directory. 3 */ 4export function data(): string; 5 6/** 7 * Returns the user's desktop directory. 8 */ 9export function desktop(): string; 10 11/** 12 * Returns the user's home directory. 13 */ 14export function home(): string; 15 16/** 17 * Returns a temporary directory. 18 */ 19export function tmp(): string; 20
These definitions were written by Kishan Gajera.
No vulnerabilities found.
Reason
30 commit(s) and 1 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
license file detected
Details
Reason
Found 25/29 approved changesets -- score normalized to 8
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-06-30
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