poolifier
Advanced tools
Comparing version 3.1.30 to 4.0.0
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "poolifier", | ||
"version": "3.1.30", | ||
"version": "4.0.0", | ||
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"volta": { | ||
"node": "20.12.2", | ||
"pnpm": "9.0.5" | ||
"node": "22.0.0", | ||
"pnpm": "9.0.6" | ||
}, | ||
@@ -80,4 +80,4 @@ "repository": { | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.7.0", | ||
"@commitlint/cli": "^19.2.2", | ||
"@biomejs/biome": "^1.7.2", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
@@ -89,4 +89,4 @@ "@release-it/bumper": "^6.0.1", | ||
"@types/node": "^20.12.7", | ||
"@typescript-eslint/eslint-plugin": "^7.7.0", | ||
"@typescript-eslint/parser": "^7.7.0", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"benchmark": "^2.1.4", | ||
@@ -102,3 +102,3 @@ "c8": "^9.1.0", | ||
"eslint-plugin-jsdoc": "^48.2.3", | ||
"eslint-plugin-n": "^17.2.1", | ||
"eslint-plugin-n": "^17.4.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
@@ -115,4 +115,4 @@ "eslint-plugin-simple-import-sort": "^12.1.0", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.2.0", | ||
"rollup": "^4.16.1", | ||
"release-it": "^17.2.1", | ||
"rollup": "^4.17.2", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
@@ -119,0 +119,0 @@ "rollup-plugin-command": "^1.1.3", |
@@ -43,5 +43,2 @@ <div align="center"> | ||
- Support for [worker_threads](https://nodejs.org/api/worker_threads.html) and [cluster](https://nodejs.org/api/cluster.html) Node.js modules :white_check_mark: | ||
- Support for multiple task functions :white_check_mark: | ||
- Support for task functions [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: | ||
- Support for sync and async task functions :white_check_mark: | ||
- Tasks distribution strategies :white_check_mark: | ||
@@ -53,2 +50,5 @@ - Lockless tasks queueing :white_check_mark: | ||
- Tasks redistribution on worker error :white_check_mark: | ||
- Support for sync and async task functions :white_check_mark: | ||
- Support for multiple task functions with per task function queuing priority and tasks distribution strategy :white_check_mark: | ||
- Support for task functions [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: | ||
- General guidelines on pool choice :white_check_mark: | ||
@@ -55,0 +55,0 @@ - Error handling out of the box :white_check_mark: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
357712
2628