Gathering detailed insights and metrics for @malept/cross-spawn-promise
Gathering detailed insights and metrics for @malept/cross-spawn-promise
Gathering detailed insights and metrics for @malept/cross-spawn-promise
Gathering detailed insights and metrics for @malept/cross-spawn-promise
A promisified version of cross-spawn with slightly different behavior & extra options.
npm install @malept/cross-spawn-promise
Typescript
Module System
Min. Node Version
Node Version
NPM Version
98.2
Supply Chain
73.1
Quality
75.1
Maintenance
100
Vulnerability
100
License
TypeScript (99.09%)
Shell (0.91%)
Total Downloads
101,429,834
Last Day
49,043
Last Week
898,775
Last Month
4,069,023
Last Year
36,280,457
Apache-2.0 License
2 Stars
114 Commits
2 Forks
1 Watchers
9 Branches
1 Contributors
Updated on Jan 31, 2023
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
@malept/cross-spawn-promise@2.0.0
Size
7.92 kB
NPM Version
6.14.12
Node Version
12.22.1
Published on
Jul 02, 2021
Cumulative downloads
Total Downloads
Last Day
5.5%
49,043
Compared to previous day
Last Week
-14.1%
898,775
Compared to previous week
Last Month
3.7%
4,069,023
Compared to previous month
Last Year
29.1%
36,280,457
Compared to previous year
1
21
@malept/cross-spawn-promise
A promisified version of
cross-spawn
with slightly different behavior & extra options.
If the spawned process exits with a non-zero code, an ExitCodeError
is thrown with the original
command, code, stdout
, and stderr
as properties.
If the spawned process is terminated by a signal on non-Windows platforms, an ExitSignalError
is
thrown with the original command, signal name, stdout
, and stderr
as properties.
logger
: a Function
such as console.log
or debug(name)
to log some information
about the spawned process.updateErrorCallback
: a callback which mutates the error before it is re-thrown. Most commonly,
this is used to augment the error message of ENOENT
error to provide a more human-friendly
message as to how to install the missing executable.This module is licensed under the Apache 2.0 license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/3 approved changesets -- score normalized to 3
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
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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-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