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 1.0.1 to 1.0.2

9

package.json
{
"name": "concurrent-tasks",
"version": "1.0.1",
"description": "A simple task runner which will run tasks in parallel while maintaining limits.",
"version": "1.0.2",
"description": "A simple task runner which will run tasks concurrently while maintaining limits.",
"author": "Samrith Shankar",

@@ -27,3 +27,2 @@ "license": "MIT",

"keywords": [
"parallel",
"concurrent",

@@ -39,5 +38,3 @@ "tasks",

"concurrent tasks",
"parallel tasks",
"node parallel tasks",
"react parallel task",
"react concurrent task",
"priority",

@@ -44,0 +41,0 @@ "queue",

@@ -96,3 +96,3 @@ # <img src="https://raw.githubusercontent.com/samrith-s/concurrent-tasks/master/icons/icon-x64.png" style="vertical-align: middle"> Concurrent Tasks

**Concurrent Tasks** is a JavaScript module, which runs multiple tasks in parallel until all the tasks are complete. It needs a way to figure out when a particular task has been completed.
**Concurrent Tasks** is a JavaScript module, which runs multiple tasks concurrently until all the tasks are complete. It needs a way to figure out when a particular task has been completed.

@@ -99,0 +99,0 @@ ### Solution

/*!
* concurrent-tasks v1.0.1 - https://concurrent-tasks.js.org
* concurrent-tasks v1.0.2 - https://concurrent-tasks.js.org
* MIT Licensed

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

/*!
* concurrent-tasks v1.0.1 - https://concurrent-tasks.js.org
* concurrent-tasks v1.0.2 - https://concurrent-tasks.js.org
* MIT Licensed

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

Sorry, the diff of this file is not supported yet

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