@matrixai/workers
Advanced tools
Comparing version 1.3.2 to 1.3.3
import type { ModuleThread } from 'threads'; | ||
import type { ModuleMethods } from 'threads/dist/types/master'; | ||
import type { QueuedTask } from 'threads/dist/master/pool-types'; | ||
import type WorkerManagerInterface from './WorkerManagerInterface'; | ||
import { Pool } from 'threads'; | ||
import Logger from '@matrixai/logger'; | ||
import type WorkerManagerInterface from './WorkerManagerInterface'; | ||
declare class WorkerManager<W extends ModuleMethods> implements WorkerManagerInterface<W> { | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "@matrixai/workers", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"author": "Roger Qiu", | ||
@@ -24,5 +24,5 @@ "description": "Multithreaded Workers", | ||
"dependencies": { | ||
"@matrixai/async-init": "^1.7.2", | ||
"@matrixai/logger": "^2.1.0", | ||
"@matrixai/errors": "^1.1.0", | ||
"@matrixai/async-init": "^1.7.3", | ||
"@matrixai/logger": "^2.1.1", | ||
"@matrixai/errors": "^1.1.1", | ||
"threads": "^1.6.5" | ||
@@ -38,2 +38,3 @@ }, | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
@@ -40,0 +41,0 @@ "jest": "^27.2.5", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32420
0
17
Updated@matrixai/async-init@^1.7.3
Updated@matrixai/errors@^1.1.1
Updated@matrixai/logger@^2.1.1