@npmcli/run-script
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -5,2 +5,3 @@ const makeSpawnArgs = require('./make-spawn-args.js') | ||
const { isNodeGypPackage, defaultGypInstallScript } = require('@npmcli/node-gyp') | ||
const signalManager = require('./signal-manager.js') | ||
@@ -61,4 +62,9 @@ // you wouldn't like me when I'm angry... | ||
}) | ||
if (stdio === 'inherit') | ||
signalManager.add(p.process) | ||
if (p.stdin) | ||
p.stdin.end() | ||
return p | ||
@@ -65,0 +71,0 @@ } |
{ | ||
"name": "@npmcli/run-script", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", | ||
@@ -32,3 +32,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", | ||
"@npmcli/node-gyp": "^1.0.0", | ||
"@npmcli/promise-spawn": "^1.2.0", | ||
"@npmcli/promise-spawn": "^1.3.0", | ||
"infer-owner": "^1.0.4", | ||
@@ -35,0 +35,0 @@ "node-gyp": "^7.1.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15286
13
234
Updated@npmcli/promise-spawn@^1.3.0