Gathering detailed insights and metrics for spawndamnit
Gathering detailed insights and metrics for spawndamnit
Gathering detailed insights and metrics for spawndamnit
Gathering detailed insights and metrics for spawndamnit
npm install spawndamnit
Typescript
Module System
Node Version
NPM Version
98.3
Supply Chain
73.7
Quality
76
Maintenance
100
Vulnerability
99.1
License
JavaScript (100%)
Total Downloads
107,414,917
Last Day
76,200
Last Week
1,472,934
Last Month
6,490,920
Last Year
59,492,240
MIT License
84 Stars
10 Commits
5 Forks
2 Watchers
8 Branches
2 Contributors
Updated on May 01, 2025
Minified
Minified + Gzipped
Latest Version
3.0.1
Package Id
spawndamnit@3.0.1
Unpacked Size
4.37 kB
Size
2.16 kB
File Count
6
NPM Version
10.8.2
Node Version
20.18.0
Published on
Nov 18, 2024
Cumulative downloads
Total Downloads
Last Day
-28.7%
76,200
Compared to previous day
Last Week
-12.5%
1,472,934
Compared to previous week
Last Month
6.5%
6,490,920
Compared to previous month
Last Year
113.9%
59,492,240
Compared to previous year
2
Take care of your
spawn()
await
-able promisestdout
and stderr
buffers1yarn add spawndamnit
Basic:
1const spawn = require('spawndamnit'); 2 3async function main() { 4 let child = spawn('npm', ['star', 'spawndamnit']); 5 6 child.on('stdout', data => console.log(data.toString())); 7 child.on('stderr', data => console.error(data.toString())); 8 9 let { code, stdout, stderr } = await child; 10 11 console.log(code === 0 ? 'success' : 'error'); 12}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 1/10 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-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