@npmcli/run-script
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -11,3 +11,3 @@ /* eslint camelcase: "off" */ | ||
path, | ||
scriptShell = isWindows ? process.env.comspec || 'cmd' : 'sh', | ||
scriptShell = isWindows ? process.env.ComSpec || 'cmd' : 'sh', | ||
env = {}, | ||
@@ -14,0 +14,0 @@ stdio, |
{ | ||
"name": "@npmcli/run-script", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", | ||
@@ -28,3 +28,3 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", | ||
"require-inject": "^1.4.4", | ||
"tap": "^14.11.0" | ||
"tap": "^15.0.4" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
@@ -106,3 +106,3 @@ # @npmcli/run-script | ||
- `scriptShell` Optional, defaults to `/bin/sh` on Unix, defaults to | ||
`env.comspec` or `cmd` on Windows. Custom script to use to execute the | ||
`env.ComSpec` or `cmd` on Windows. Custom script to use to execute the | ||
command. | ||
@@ -109,0 +109,0 @@ - `stdio` Optional, defaults to `'pipe'`. The same as the `stdio` argument |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
16548