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.18 to 0.2.19

1

lib/interaction-handlers/pan-interaction.d.ts

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

private handleMouseMove;
private handleMouseUp;
/**

@@ -57,0 +58,0 @@ * Removes the related event listeners from the canvas.

@@ -103,2 +103,10 @@ import { difference } from 'lodash';

});
Object.defineProperty(this, "handleMouseUp", {
enumerable: true,
configurable: true,
writable: true,
value: () => {
this.shouldPan = false;
}
});
this.mousePosition = { x: 0, y: 0 };

@@ -110,2 +118,3 @@ this.targets = [];

this.addEventListener('mousemove', this.handleMouseMove, true);
this.addEventListener('mouseup', this.handleMouseUp, true);
}

@@ -118,3 +127,4 @@ /**

this.removeEventListener('mousemove', this.handleMouseMove, true);
this.removeEventListener('mouseup', this.handleMouseUp, true);
}
}

2

package.json
{
"name": "@neo4j-nvl/interaction-handlers",
"version": "0.2.18",
"version": "0.2.19",
"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