poolifier
Advanced tools
Comparing version 3.1.29 to 3.1.30
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "poolifier", | ||
"version": "3.1.29", | ||
"version": "3.1.30", | ||
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", | ||
@@ -20,7 +20,7 @@ "license": "MIT", | ||
"node": ">=18.0.0", | ||
"pnpm": ">=8.6.0" | ||
"pnpm": ">=9.0.0" | ||
}, | ||
"volta": { | ||
"node": "20.12.0", | ||
"pnpm": "8.15.6" | ||
"node": "20.12.2", | ||
"pnpm": "9.0.5" | ||
}, | ||
@@ -80,5 +80,5 @@ "repository": { | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.6.3", | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@biomejs/biome": "^1.7.0", | ||
"@commitlint/cli": "^19.2.2", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@release-it/bumper": "^6.0.1", | ||
@@ -88,5 +88,5 @@ "@release-it/keep-a-changelog": "^5.0.0", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/node": "^20.12.2", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"@types/node": "^20.12.7", | ||
"@typescript-eslint/eslint-plugin": "^7.7.0", | ||
"@typescript-eslint/parser": "^7.7.0", | ||
"benchmark": "^2.1.4", | ||
@@ -96,3 +96,3 @@ "c8": "^9.1.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-love": "^43.1.0", | ||
"eslint-config-love": "^47.0.0", | ||
"eslint-config-standard": "^17.1.0", | ||
@@ -102,6 +102,6 @@ "eslint-define-config": "^2.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.2", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-jsdoc": "^48.2.3", | ||
"eslint-plugin-n": "^17.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"eslint-plugin-spellcheck": "^0.0.20", | ||
@@ -113,8 +113,7 @@ "eslint-plugin-tsdoc": "^0.2.17", | ||
"microtime": "^3.1.1", | ||
"mitata": "^0.1.11", | ||
"mocha": "^10.4.0", | ||
"mochawesome": "^7.1.3", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1", | ||
"rollup": "^4.13.2", | ||
"release-it": "^17.2.0", | ||
"rollup": "^4.16.1", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
@@ -125,7 +124,7 @@ "rollup-plugin-command": "^1.1.3", | ||
"sinon": "^17.0.1", | ||
"typedoc": "^0.25.12", | ||
"typescript": "~5.4.3" | ||
"tatami-ng": "^0.4.4", | ||
"typedoc": "^0.25.13", | ||
"typescript": "~5.4.5" | ||
}, | ||
"scripts": { | ||
"preinstall": "npx --yes only-allow pnpm", | ||
"build": "rollup --config --environment BUILD:development", | ||
@@ -138,5 +137,5 @@ "build:prod": "rollup --config", | ||
"benchmark:benchmark.js:debug": "pnpm build && node --max-old-space-size=8192 --enable-source-maps --inspect benchmarks/internal/bench.mjs -t benchmark.js", | ||
"benchmark:mitata": "pnpm build && node --enable-source-maps benchmarks/internal/bench.mjs -t mitata", | ||
"benchmark:mitata:prod": "pnpm build:prod && node --enable-source-maps benchmarks/internal/bench.mjs -t mitata", | ||
"benchmark:mitata:debug": "pnpm build && node --enable-source-maps --inspect benchmarks/internal/bench.mjs -t mitata", | ||
"benchmark:tatami-ng": "pnpm build && node --enable-source-maps benchmarks/internal/bench.mjs -t tatami-ng", | ||
"benchmark:tatami-ng:prod": "pnpm build:prod && node --enable-source-maps benchmarks/internal/bench.mjs -t tatami-ng", | ||
"benchmark:tatami-ng:debug": "pnpm build && node --enable-source-maps --inspect benchmarks/internal/bench.mjs -t tatami-ng", | ||
"test": "pnpm build --environment SOURCEMAP:false && cross-env NODE_ENV=test c8 mocha 'tests/**/*.test.mjs'", | ||
@@ -143,0 +142,0 @@ "test:debug": "pnpm build && cross-env NODE_ENV=test mocha --no-parallel --inspect 'tests/**/*.test.mjs'", |
@@ -86,3 +86,3 @@ <div align="center"> | ||
### npm | ||
### npmjs | ||
@@ -93,3 +93,3 @@ ```shell | ||
### jsr | ||
### JSR | ||
@@ -96,0 +96,0 @@ ```shell |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
338730
2520
0