Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@matrixai/workers

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matrixai/workers - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

dist/WorkerManager.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc