Socket
Socket
Sign inDemoInstall

npm-run-all2

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-run-all2 - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

4

lib/run-task.js

@@ -156,6 +156,6 @@ /**

// Execute.
const npmPath = options.npmPath || process.env.npm_execpath //eslint-disable-line no-process-env
const npmPath = options.npmPath || process.env.NPM_CLI_JS || process.env.npm_execpath //eslint-disable-line no-process-env
const npmPathIsJs = typeof npmPath === "string" && /\.m?js/.test(path.extname(npmPath))
const execPath = (npmPathIsJs ? process.execPath : npmPath || "npm")
const isYarn = path.basename(npmPath || "npm").startsWith("yarn")
const isYarn = process.env.npm_config_user_agent && process.env.npm_config_user_agent.startsWith("yarn") //eslint-disable-line no-process-env
const spawnArgs = ["run"]

@@ -162,0 +162,0 @@

{
"name": "npm-run-all2",
"version": "6.0.2",
"version": "6.0.3",
"description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)",

@@ -48,3 +48,3 @@ "bin": {

"gh-release": "^6.0.0",
"jsdoc": "^3.6.6",
"jsdoc": "^4.0.0",
"mocha": "^10.0.0",

@@ -51,0 +51,0 @@ "p-queue": "^6.6.1",

@@ -32,3 +32,3 @@ | index | [npm-run-all] | [run-s] | [run-p] | [Node API] |

- It requires `Node@>=4`.
- It requires `Node@>=14`. It may work on older versions of Node, but no guarantees are given.

@@ -35,0 +35,0 @@ ## 📖 Usage

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