
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@malept/cross-spawn-promise
Advanced tools
@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.
FAQs
Promisified version of cross-spawn
The npm package @malept/cross-spawn-promise receives a total of 874,503 weekly downloads. As such, @malept/cross-spawn-promise popularity was classified as popular.
We found that @malept/cross-spawn-promise demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.