🎩 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.3
to
9.0.0
+0
-1
lib/escape.js
'use strict'
// eslint-disable-next-line max-len
// this code adapted from: https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/

@@ -5,0 +4,0 @@ const cmd = (input, doubleEscape) => {

+4
-4
{
"name": "@npmcli/promise-spawn",
"version": "8.0.3",
"version": "9.0.0",
"files": [

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

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

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

"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.25.0",
"version": "4.27.1",
"publish": true

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