jsworkerutils
Advanced tools
+4
-4
| { | ||
| "name": "jsworkerutils", | ||
| "version": "1.0.9", | ||
| "version": "1.1.0", | ||
| "description": "Helper class that improves the the loading process of multiple endpoints on multiple processes # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the library should be able integrate with other javascript projects indepent of frameworks.", | ||
@@ -13,3 +13,3 @@ "main": "./dist/lib/index.js", | ||
| "type": "git", | ||
| "url": "git+https://github.com/felixsonyusuftosin/flexloaders.git" | ||
| "url": "git+https://github.com/felixsonyusuftosin/jsWorkerUtils.git" | ||
| }, | ||
@@ -20,5 +20,5 @@ "keywords": [], | ||
| "bugs": { | ||
| "url": "https://github.com/felixsonyusuftosin/flexloaders/issues" | ||
| "url": "https://github.com/felixsonyusuftosin/jsWorkerUtils/issues" | ||
| }, | ||
| "homepage": "https://github.com/felixsonyusuftosin/flexloaders#readme", | ||
| "homepage": "https://github.com/felixsonyusuftosin/jsWorkerUtils#readme", | ||
| "devDependencies": { | ||
@@ -25,0 +25,0 @@ "@types/chai": "^4.1.2", |
+3
-1
| # flexloaders | ||
| ### DISCLAIMER: This library is a work in progress and its not ready for production | ||
| ## [This Library has moved and its no more supported , Please get the supported library here](https://www.npmjs.com/package/jsworkerutils) | ||
| ### DISCLAIMER: This library is no more supported please use the jsWorkerutils library instead | ||
| - The whole paradigm of JavaScript is based on the idea of single-threaded environment but here come Web Workers which remove (partially) this limitation.Web Workers allow developers to put long-running and computationally intensive tasks on the background What’s more, no | ||
| - To incorporate this library at this stage to your existing apps you might need to tweak some parts of the library | ||
@@ -4,0 +6,0 @@ - Helper class that improves the the loading process of endpoints on multiple processes |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
32988
1.32%64
3.23%