poolifier
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "poolifier", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", | ||
@@ -15,3 +15,2 @@ "main": "lib/index.js", | ||
"test:debug": "npm run build && mocha --no-parallel --inspect 'tests/**/*.test.js'", | ||
"test:prod": "npm run build:prod && nyc mocha 'tests/**/*.test.js'", | ||
"coverage": "nyc report --reporter=lcov", | ||
@@ -18,0 +17,0 @@ "coverage:html": "nyc report --reporter=html", |
@@ -24,4 +24,4 @@ <div align="center"> | ||
<img alt="Gitter chat" src="https://badges.gitter.im/poolifier/community.svg"></a> | ||
<a href="https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot"> | ||
<img alt="Dependabot" src="https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot"></a> | ||
<a href="https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot"> | ||
<img alt="Dependabot" src="https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot"></a> | ||
<a href="http://makeapullrequest.com"> | ||
@@ -150,3 +150,3 @@ <img alt="PR Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"></a> | ||
You can use node versions 12.x, 13.x, 14.x, 16.x | ||
You can use node versions >= 12.x for thread pool, and node versions >= 16.x for cluster pool. | ||
@@ -254,4 +254,2 @@ ## API | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
@@ -258,0 +256,0 @@ **Creator/Owner:** |
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
58407
265