Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

baby-workers

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baby-workers - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

package.json
{
"name": "baby-workers",
"version": "0.0.4",
"version": "0.0.5",
"description": "Manage your functions asynchronously or as stack with baby-workers. You can also create worker for each element of an array or object (converted to array) they will be executed from the function.",

@@ -14,2 +14,4 @@ "main": "workers.min.js",

"keywords": [
"baby-workers",
"baby",
"javascript",

@@ -29,2 +31,6 @@ "nodejs",

"manage",
"timeout",
"interval",
"setTimeout",
"setInterval",
"synchronous",

@@ -31,0 +37,0 @@ "asynch",

15

README.md
# Workers Javascript
Manage your functions asynchronously or as stack with baby-workers.
You can also create worker for each element of an array or object (converted to array) they will be executed from the function.
Manage your functions asynchronously or as stack/timeout/interval with baby-workers.
You can also create worker for a simple function or for each element of an array or any data they will be executed like worker in callback.
## How install it ?
```
npm install --save baby-workers
```
## How is it works ?

@@ -32,7 +39,7 @@

Available: PARENT,
Description: Run nodes like stack
Description: Run nodes like run in setTimeout
}
interval(time: number = 1000) : currentWorker {
Available: PARENT,
Description: Run nodes like stack
Description: Run nodes like run in setInterval
Additionnal functions:

@@ -39,0 +46,0 @@ stop() : currentWorker {

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