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.1.0
to
1.1.1
+2
-2
package.json
{
"name": "jsworkerutils",
"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.",
"version": "1.1.1",
"description": "Helper class that improves the the loading processes, an implementation of multithreaded JS # 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.",
"main": "./dist/lib/index.js",

@@ -6,0 +6,0 @@ "types":"./dist/lib/index.d.ts",

# flexloaders
## [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
- Helper class that improves the the loading process of endpoints on multiple processes
### DISCLAIMER: This library is a work in progress and its not ready for production
- 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. This library simplifies the implementation of webworker for mutithreaded processes.
- To use this library at this stage in your existing apps you might need to tweak some parts of the library
- Improves the the loading process of endpoints on multiple processes
- Runs multiple processes in parallel.

@@ -8,0 +7,0 @@ - Uses webworkers and targets es6, es2015, es5, Typescript