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.1 to 6.1.2

.gitattributes

4

lib/read-package-json.js

@@ -9,2 +9,4 @@ /**

const readPackage = require('read-package-json-fast')
// ------------------------------------------------------------------------------

@@ -27,3 +29,3 @@ // Requirements

const path = joinPath(process.cwd(), 'package.json')
return import('read-pkg').then(({ readPackage }) => readPackage(path)).then(body => ({
return readPackage(path).then(body => ({
taskList: Object.keys(body.scripts || {}),

@@ -30,0 +32,0 @@ packageInfo: { path, body }

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

@@ -12,7 +12,2 @@ "bin": {

"main": "lib/index.js",
"files": [
"bin",
"lib",
"docs"
],
"engines": {

@@ -40,3 +35,3 @@ "node": "^14.18.0 || >=16.0.0",

"pidtree": "^0.6.0",
"read-pkg": "^8.0.0",
"read-package-json-fast": "^3.0.2",
"shell-quote": "^1.7.3"

@@ -46,3 +41,3 @@ },

"auto-changelog": "^2.2.0",
"c8": "^8.0.0",
"c8": "^9.0.0",
"fs-extra": "^11.1.0",

@@ -53,4 +48,4 @@ "gh-release": "^7.0.0",

"p-queue": "^7.3.4",
"yarn": "^1.12.3",
"standard": "^17.1.0"
"standard": "^17.1.0",
"yarn": "^1.12.3"
},

@@ -57,0 +52,0 @@ "repository": {

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