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
68.4
Supply Chain
68.9
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
789,625
Last Day
344
Last Week
2,046
Last Month
8,168
Last Year
91,199
NOASSERTION License
49,706 Stars
89,362 Commits
30,386 Forks
640 Watchers
6 Branches
9,955 Contributors
Updated on May 10, 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
24.2%
344
Compared to previous day
Last Week
18.8%
2,046
Compared to previous week
Last Month
-4.4%
8,168
Compared to previous month
Last Year
-30.1%
91,199
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
all changesets reviewed
Reason
30 commit(s) and 0 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
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-05-05
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