Socket
Socket
Sign inDemoInstall

run-parallel

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.7 to 1.1.8

13

package.json
{
"name": "run-parallel",
"description": "Run an array of functions in parallel",
"version": "1.1.7",
"version": "1.1.8",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org",
"donate": "https://patreon.com/feross"
"url": "http://feross.org/"
},

@@ -16,5 +15,5 @@ "bugs": {

"devDependencies": {
"airtap": "0.0.4",
"standard": "*",
"tape": "^4.0.0",
"zuul": "^3.1.0"
"tape": "^4.0.0"
},

@@ -40,6 +39,6 @@ "homepage": "https://github.com/feross/run-parallel",

"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc