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

@neo4j-nvl/interaction-handlers

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-nvl/interaction-handlers - npm Package Compare versions

Comparing version 0.2.48 to 0.2.49

6

lib/interaction-handlers/base.d.ts

@@ -37,3 +37,3 @@ import type { NVL } from '@neo4j-nvl/core';

*/
callCallbackIfRegistered: (name: keyof T, ...args: any) => void;
callCallbackIfRegistered: (name: keyof T | string, ...args: unknown[]) => void;
/**

@@ -44,3 +44,3 @@ * Add or update a callback for a given event of type.

*/
updateCallback: (name: keyof T, callback: T[keyof T]) => void;
updateCallback: (name: keyof T | string, callback: T[keyof T]) => void;
/**

@@ -50,3 +50,3 @@ * Remove a callback for a given event of type.

*/
removeCallback: (name: keyof T) => void;
removeCallback: (name: keyof T | string) => void;
/**

@@ -53,0 +53,0 @@ * @internal

{
"name": "@neo4j-nvl/interaction-handlers",
"version": "0.2.48",
"version": "0.2.49",
"license": "SEE LICENSE IN 'Neo4j Early Access Agreement - Visualization Library.pdf'",

@@ -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