🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@npmcli/promise-spawn

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/promise-spawn - npm Package Compare versions

Comparing version
9.0.1
to
10.0.0
+5
-5
package.json
{
"name": "@npmcli/promise-spawn",
"version": "9.0.1",
"version": "10.0.0",
"files": [

@@ -36,3 +36,3 @@ "bin/",

"@npmcli/eslint-config": "^6.0.0",
"@npmcli/template-oss": "4.28.0",
"@npmcli/template-oss": "5.1.0",
"spawk": "^1.7.1",

@@ -42,12 +42,12 @@ "tap": "^16.0.1"

"engines": {
"node": "^20.17.0 || >=22.9.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.28.0",
"version": "5.1.0",
"publish": true
},
"dependencies": {
"which": "^6.0.0"
"which": "^7.0.0"
}
}

@@ -55,4 +55,3 @@ # @npmcli/promise-spawn

- `cwd` String, default `process.cwd()`. Current working directory for
running the script. Also the argument to `infer-owner` to determine
effective uid/gid when run as root on Unix systems.
running the script.
- `shell` Boolean or String. If false, no shell is used during spawn. If true,

@@ -59,0 +58,0 @@ the system default shell is used. If a String, that specific shell is used.