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

broker-factory

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broker-factory - npm Package Compare versions

Comparing version 3.0.70 to 3.0.71

2

build/es2019/types/broker-implementation.d.ts
import { IWorkerDefinition } from 'worker-factory';
import { IBrokerActions, IBrokerDefinition } from '../interfaces';
export declare type TBrokerImplementation<T extends IBrokerDefinition, U extends IWorkerDefinition> = {
export type TBrokerImplementation<T extends IBrokerDefinition, U extends IWorkerDefinition> = {
[P in keyof T]: (actions: IBrokerActions<U>) => T[P];
};
//# sourceMappingURL=broker-implementation.d.ts.map

@@ -13,19 +13,19 @@ {

"@babel/runtime": "^7.20.1",
"fast-unique-numbers": "^6.0.23",
"fast-unique-numbers": "^6.0.24",
"tslib": "^2.4.1",
"worker-factory": "^6.0.71"
"worker-factory": "^6.0.72"
},
"description": "A little factory function to create a broker for a JSON-RPC based Web Worker.",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-angular": "^17.2.0",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-angular": "^17.3.0",
"@rollup/plugin-babel": "^5.3.1",
"chai": "^4.3.6",
"chai": "^4.3.7",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-holy-grail": "^52.0.33",

@@ -35,3 +35,3 @@ "grunt": "^1.5.3",

"grunt-sh": "^0.2.0",
"husky": "^8.0.1",
"husky": "^8.0.2",
"karma": "^6.4.1",

@@ -51,3 +51,3 @@ "karma-chrome-launcher": "^3.1.1",

"rollup": "^2.79.1",
"sinon": "^14.0.1",
"sinon": "^14.0.2",
"sinon-chai": "^3.7.0",

@@ -58,4 +58,4 @@ "ts-loader": "^9.4.1",

"tslint-config-holy-grail": "^53.2.34",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
"typescript": "^4.9.3",
"webpack": "^5.75.0"
},

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

"types": "build/es2019/module.d.ts",
"version": "3.0.70"
"version": "3.0.71"
}

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