node-worker-threads-pool-ts
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "node-worker-threads-pool-ts", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Typescript, Async/Await.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,5 +5,5 @@ # node-worker-threads-pool-ts | ||
[![Actions Status](https://github.com/SUCHMOKUO/node-worker-threads-pool/workflows/Workflow/badge.svg)](https://github.com/UrielCh/node-worker-threads-pool-ts/actions) | ||
[![Coverage Status](https://coveralls.io/repos/github/SUCHMOKUO/node-worker-threads-pool/badge.svg?branch=master)](https://coveralls.io/github/UrielCh/node-worker-threads-pool-ts?branch=master) | ||
[![](https://img.shields.io/npm/v/node-worker-threads-pool-ts.svg)](https://www.npmjs.com/package/node-worker-threads-pool-ts) | ||
[![Actions Status](https://github.com/UrielCh/node-worker-threads-pool-ts/workflows/Workflow/badge.svg)](https://github.com/UrielCh/node-worker-threads-pool-ts/actions) | ||
[![Coverage Status](https://coveralls.io/repos/github/UrielCh/node-worker-threads-pool-ts/badge.svg?branch=master)](https://coveralls.io/github/UrielCh/node-worker-threads-pool-ts?branch=master) | ||
[![Package Version](https://img.shields.io/npm/v/node-worker-threads-pool-ts.svg)](https://www.npmjs.com/package/node-worker-threads-pool-ts) | ||
![](https://img.shields.io/badge/dependencies-none-brightgreen.svg) | ||
@@ -10,0 +10,0 @@ ![](https://img.shields.io/npm/dt/node-worker-threads-pool-ts.svg) |
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
70240