New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

jsworkerutils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsworkerutils - npm Package Compare versions

Comparing version
1.0.9
to
1.1.0
+4
-4
package.json
{
"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",

# 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