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 1.1.0 to 1.2.0

3

build/es2015/interfaces/broker-definition.d.ts

@@ -1,4 +0,3 @@

import { TValue } from 'worker-factory';
export interface IBrokerDefinition {
[method: string]: (...params: TValue[]) => void | Promise<void> | Promise<TValue>;
[method: string]: (...args: any[]) => void | Promise<any>;
}

@@ -73,3 +73,3 @@ {

"types": "build/es2015/module.d.ts",
"version": "1.1.0"
"version": "1.2.0"
}

@@ -1,7 +0,5 @@

import { TValue } from 'worker-factory';
export interface IBrokerDefinition {
[ method: string ]: (...params: TValue[]) => void | Promise<void> | Promise<TValue>;
[ method: string ]: (...args: any[]) => void | Promise<any>;
}
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