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

callback-registry

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callback-registry - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

4

index.d.ts

@@ -10,3 +10,3 @@ export interface UnsubscribeFunction {

*/
add(key: string, callback: (...args) => any): UnsubscribeFunction;
add(key: string, callback: (...args: any[]) => any): UnsubscribeFunction;

@@ -18,5 +18,5 @@ /**

*/
execute(key: string, ...argumentsArr): object[];
execute(key: string, ...argumentsArr: any[]): object[];
}
export default function(): CallbackRegistry;
{
"name": "callback-registry",
"version": "2.2.4",
"version": "2.2.5",
"description": "Registry for callbacks",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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