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

worker-factory

Package Overview
Dependencies
Maintainers
0
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-factory - npm Package Compare versions

Comparing version 7.0.34 to 7.0.35

26

package.json

@@ -13,3 +13,3 @@ {

"@babel/runtime": "^7.26.0",
"fast-unique-numbers": "^9.0.14",
"fast-unique-numbers": "^9.0.15",
"tslib": "^2.8.1"

@@ -23,4 +23,4 @@ },

"@babel/preset-env": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.6.0",
"@rollup/plugin-babel": "^6.0.4",

@@ -31,7 +31,7 @@ "chai": "^4.3.10",

"eslint": "^8.57.0",
"eslint-config-holy-grail": "^60.0.12",
"eslint-config-holy-grail": "^60.0.17",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-sh": "^0.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"karma": "^6.4.4",

@@ -47,17 +47,17 @@ "karma-browserstack-launcher": "^1.6.0",

"karma-webpack": "^5.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"load-grunt-config": "^4.0.1",
"memory-fs": "^0.5.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.24.3",
"rollup": "^4.29.1",
"sinon": "^17.0.2",
"sinon-chai": "^3.7.0",
"ts-loader": "^9.5.1",
"tsconfig-holy-grail": "^15.0.1",
"tsconfig-holy-grail": "^15.0.2",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^56.0.5",
"typescript": "^5.6.3",
"webpack": "^5.96.1"
"tslint-config-holy-grail": "^56.0.6",
"typescript": "^5.7.2",
"webpack": "^5.97.1"
},

@@ -89,3 +89,3 @@ "files": [

"types": "build/es2019/module.d.ts",
"version": "7.0.34"
"version": "7.0.35"
}

@@ -15,3 +15,3 @@ import { generateUniqueNumber } from 'fast-unique-numbers';

...partialWorkerImplementation,
connect: ({ port }) => {
connect: ({ port }: { port: MessagePort }) => {
port.start();

@@ -30,3 +30,3 @@

},
disconnect: ({ portId }) => {
disconnect: ({ portId }: { portId: number }) => {
const destroyWorker = DESTROY_WORKER_FUNCTIONS.get(portId);

@@ -33,0 +33,0 @@

Sorry, the diff of this file is not supported yet

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