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.8
to
1.0.9
+1
-1
package.json
{
"name": "jsworkerutils",
"version": "1.0.8",
"version": "1.0.9",
"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.",

@@ -5,0 +5,0 @@ "main": "./dist/lib/index.js",

# flexloaders
### DISCLAIMER: This library is a work in progress and its not ready for production
- 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 multiple endpoints on multiple processes
- Helper class that improves the the loading process of endpoints on multiple processes
- Runs multiple processes in parallel.
- Uses webworkers and targets es6, es2015, es5, Typescript
- Primarily focuses on running multiple api request in parallel

@@ -6,0 +8,0 @@ * On the client side