poolifier
Advanced tools
Comparing version 3.1.21 to 3.1.22
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "poolifier", | ||
"version": "3.1.21", | ||
"version": "3.1.22", | ||
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"node": "20.11.1", | ||
"pnpm": "8.15.3" | ||
"pnpm": "8.15.4" | ||
}, | ||
@@ -80,5 +80,5 @@ "repository": { | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.5.3", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-conventional": "^18.6.2", | ||
"@biomejs/biome": "^1.6.1", | ||
"@commitlint/cli": "^19.2.0", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@release-it/bumper": "^6.0.1", | ||
@@ -88,9 +88,9 @@ "@release-it/keep-a-changelog": "^5.0.0", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/node": "^20.11.20", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"@types/node": "^20.11.28", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"benchmark": "^2.1.4", | ||
"c8": "^9.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-standard": "^17.1.0", | ||
@@ -101,5 +101,6 @@ "eslint-config-standard-with-typescript": "^43.0.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.0", | ||
"eslint-plugin-jsdoc": "^48.2.1", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-spellcheck": "^0.0.20", | ||
@@ -115,3 +116,3 @@ "eslint-plugin-tsdoc": "^0.2.17", | ||
"release-it": "^17.1.1", | ||
"rollup": "^4.12.0", | ||
"rollup": "^4.13.0", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
@@ -122,4 +123,4 @@ "rollup-plugin-command": "^1.1.3", | ||
"sinon": "^17.0.1", | ||
"typedoc": "^0.25.8", | ||
"typescript": "~5.3.3" | ||
"typedoc": "^0.25.12", | ||
"typescript": "~5.4.2" | ||
}, | ||
@@ -126,0 +127,0 @@ "scripts": { |
@@ -14,3 +14,3 @@ <div align="center"> | ||
[![GitHub commit activity (master)](https://img.shields.io/github/commit-activity/m/poolifier/poolifier/master?color=brightgreen&logo=github)](https://github.com/poolifier/poolifier/graphs/commit-activity) | ||
[![Weekly Downloads](https://badgen.net/npm/dw/poolifier?icon=npm)](https://www.npmjs.com/package/poolifier) | ||
[![Npm Weekly Downloads](https://badgen.net/npm/dw/poolifier?icon=npm)](https://www.npmjs.com/package/poolifier) | ||
[![CI Workflow](https://github.com/poolifier/poolifier/actions/workflows/ci.yml/badge.svg)](https://github.com/poolifier/poolifier/actions/workflows/ci.yml) | ||
@@ -91,3 +91,3 @@ [![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=poolifier_poolifier&metric=coverage)](https://sonarcloud.io/dashboard?id=poolifier_poolifier) | ||
You can implement a [worker_threads](https://nodejs.org/api/worker_threads.html#class-worker) worker in a simple way by extending the class _ThreadWorker_: | ||
You can implement a poolifier [worker_threads](https://nodejs.org/api/worker_threads.html#class-worker) worker in a simple way by extending the class _ThreadWorker_: | ||
@@ -94,0 +94,0 @@ ```js |
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
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
336873
41