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
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2 Stars
114 Commits
1 Forks
2 Watching
9 Branches
1 Contributors
Updated on 31 Jan 2023
Minified
Minified + Gzipped
TypeScript (99.09%)
Shell (0.91%)
Cumulative downloads
Total Downloads
Last day
-11.8%
128,270
Compared to previous day
Last week
3.3%
745,933
Compared to previous week
Last month
25.4%
3,155,720
Compared to previous month
Last year
19.6%
29,096,218
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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 2024-11-18
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