New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@borda/client

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borda/client - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "@borda/client",
"version": "0.0.14",
"version": "0.0.15",
"files": [

@@ -5,0 +5,0 @@ "packages",

@@ -9,3 +9,5 @@ /**

export declare function publish<T = void>(key: string, value?: T): void;
export declare function subscribe<T = void>(key: string, handler: (arg: T) => void): void;
export declare function unsubscribe(key: string, handler?: Function): void;
export declare function subscribe<T = void>(key: string, handler: (arg: T) => void): {
unsubscribe: () => void;
};
export declare function unsubscribe(key: string): void;

Sorry, the diff of this file is too big to display

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