Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@npmcli/run-script

Package Overview
Dependencies
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/run-script - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

2

lib/make-spawn-args.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc