Socket
Socket
Sign inDemoInstall

concurrent-tasks

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "concurrent-tasks",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple task runner which will run tasks in parallel while maintaining limits.",

@@ -20,3 +20,3 @@ "author": "Samrith Shankar",

"test": "nwb test",
"prepublishOnly": "npm run build"
"prepublishOnly": "cp ../README.md ./README.md && npm run build && rm ./README.md"
},

@@ -23,0 +23,0 @@ "dependencies": {},

/*!
* concurrent-tasks v0.0.1 - https://samrith-s.github.io/concurrent-tasks
* concurrent-tasks v0.0.2 - https://samrith-s.github.io/concurrent-tasks
* MIT Licensed

@@ -4,0 +4,0 @@ */

/*!
* concurrent-tasks v0.0.1 - https://samrith-s.github.io/concurrent-tasks
* concurrent-tasks v0.0.2 - https://samrith-s.github.io/concurrent-tasks
* MIT Licensed

@@ -4,0 +4,0 @@ */

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc