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.3
to
1.1.4
+11
-2
package.json
{
"name": "jsworkerutils",
"version": "1.1.3",
"version": "1.1.4",
"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.",

@@ -15,3 +15,12 @@ "main": "./dist/lib/index.js",

},
"keywords": [],
"keywords": [
"Webworkers",
"Parallel JS",
"Optimize HTTP Request",
"Javascript Multithreading",
"Es6",
"Asynchronous Javascript",
"HTTP Requests",
"Fetch"
],
"author": "Felixson Yusuf Tosin <felixsonyusuftosin@gmail.com> (https://www.linkedin.com/in/felixsonyusuftosin/)",

@@ -18,0 +27,0 @@ "license": "ISC",

+2
-2

@@ -7,3 +7,3 @@ # flexloaders

- Runs multiple processes in parallel.
- Uses webworkers and targets es6, es2015, es5, Typescript
- Targets es6, es2015, es5, Typescript
- Primarily focuses on running multiple api request in parallel

@@ -15,3 +15,3 @@ * On the client side

- Collaborators are welcome to fork this project please read the DevelopersREADME.md form guides
- Use Webworkers to optimize request time for multiple requests
- Optimize computational resource for running asynchronous requests
- For web applications that requires loading multiple resources this library will help optimize calls

@@ -18,0 +18,0 @@ ## Use Case