Gathering detailed insights and metrics for @types/appgeist__ensure-dir
Gathering detailed insights and metrics for @types/appgeist__ensure-dir
Gathering detailed insights and metrics for @types/appgeist__ensure-dir
Gathering detailed insights and metrics for @types/appgeist__ensure-dir
The repository for high quality TypeScript type definitions.
npm install @types/appgeist__ensure-dir
Typescript
Module System
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
1,553
Last Day
1
Last Week
6
Last Month
14
Last Year
250
NOASSERTION License
49,530 Stars
89,095 Commits
30,352 Forks
640 Watchers
3 Branches
9,957 Contributors
Updated on Apr 04, 2025
Latest Version
1.1.2
Package Id
@types/appgeist__ensure-dir@1.1.2
Unpacked Size
2.99 kB
Size
1.60 kB
File Count
5
Published on
Nov 06, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
6
Compared to previous week
Last Month
-44%
14
Compared to previous month
Last Year
-50.3%
250
Compared to previous year
npm install --save @types/appgeist__ensure-dir
This package contains type definitions for @appgeist/ensure-dir (https://github.com/appgeist/ensure-dir#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/appgeist__ensure-dir.
1/** 2 * Ensure the specified directory path exists 3 * 4 * @returns A promise that fulfills when the operation completes 5 */ 6declare function ensureDir(dir: string): Promise<void>; 7 8export = ensureDir; 9
These definitions were written by Rajas Paranjpe.
No vulnerabilities found.
Reason
30 commit(s) and 0 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
license file detected
Details
Reason
Found 25/30 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-03-31
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