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.1.0 to 6.1.1

2

lib/run-task.js

@@ -175,3 +175,3 @@ /**

npmPath = newBasename === basename
npmPath = newBasename !== basename
? path.join(path.dirname(process.env.npm_execpath), newBasename)

@@ -178,0 +178,0 @@ : process.env.npm_execpath // eslint-disable-line no-process-env

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

@@ -8,3 +8,4 @@ "bin": {

"run-s": "bin/run-s/index.js",
"npm-run-all": "bin/npm-run-all/index.js"
"npm-run-all": "bin/npm-run-all/index.js",
"npm-run-all2": "bin/npm-run-all/index.js"
},

@@ -11,0 +12,0 @@ "main": "lib/index.js",

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