🎩 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
6
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
8.0.2
to
8.0.3
+1
-1
lib/index.js

@@ -73,3 +73,3 @@ 'use strict'

// istanbul ignore next
command = process.platform === 'win32' ? process.env.ComSpec : 'sh'
command = process.platform === 'win32' ? (process.env.ComSpec || 'cmd.exe') : 'sh'
}

@@ -76,0 +76,0 @@

{
"name": "@npmcli/promise-spawn",
"version": "8.0.2",
"version": "8.0.3",
"files": [

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

"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.4",
"@npmcli/template-oss": "4.25.0",
"spawk": "^1.7.1",

@@ -46,3 +46,3 @@ "tap": "^16.0.1"

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.4",
"version": "4.25.0",
"publish": true

@@ -49,0 +49,0 @@ },