poolifier
Advanced tools
Comparing version 3.1.22 to 3.1.23
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "poolifier", | ||
"version": "3.1.22", | ||
"version": "3.1.23", | ||
"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.4" | ||
"pnpm": "8.15.5" | ||
}, | ||
@@ -80,4 +80,4 @@ "repository": { | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.6.1", | ||
"@commitlint/cli": "^19.2.0", | ||
"@biomejs/biome": "^1.6.3", | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
@@ -88,5 +88,5 @@ "@release-it/bumper": "^6.0.1", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/node": "^20.11.28", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.4.0", | ||
"@typescript-eslint/parser": "^7.4.0", | ||
"benchmark": "^2.1.4", | ||
@@ -96,4 +96,4 @@ "c8": "^9.1.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-love": "^43.1.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-config-standard-with-typescript": "^43.0.1", | ||
"eslint-define-config": "^2.1.0", | ||
@@ -112,3 +112,3 @@ "eslint-import-resolver-typescript": "^3.6.1", | ||
"microtime": "^3.1.1", | ||
"mocha": "^10.3.0", | ||
"mocha": "^10.4.0", | ||
"mochawesome": "^7.1.3", | ||
@@ -124,3 +124,3 @@ "prettier": "^3.2.5", | ||
"typedoc": "^0.25.12", | ||
"typescript": "~5.4.2" | ||
"typescript": "~5.4.3" | ||
}, | ||
@@ -127,0 +127,0 @@ "scripts": { |
@@ -14,3 +14,5 @@ <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) | ||
[![Npm Version](https://badgen.net/npm/v/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) | ||
[![JSR Version](https://jsr.io/badges/@poolifier/poolifier)](https://jsr.io/@poolifier/poolifier) | ||
[![CI Workflow](https://github.com/poolifier/poolifier/actions/workflows/ci.yml/badge.svg)](https://github.com/poolifier/poolifier/actions/workflows/ci.yml) | ||
@@ -85,2 +87,4 @@ [![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=poolifier_poolifier&metric=coverage)](https://sonarcloud.io/dashboard?id=poolifier_poolifier) | ||
### npm | ||
```shell | ||
@@ -90,2 +94,8 @@ npm install poolifier --save | ||
### jsr | ||
```shell | ||
npx jsr add @poolifier/poolifier | ||
``` | ||
## Usage | ||
@@ -92,0 +102,0 @@ |
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 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
337792
207