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

@tycho-platform/cytoscape-context-menus

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tycho-platform/cytoscape-context-menus - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

1

@tycho-platform/cytoscape-context-menus.js

@@ -1062,2 +1062,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

// Luiz Veronesi: this line has been added in order to retrieve the node within the event
console.log(someNode);
if (typeof someNode !== 'undefined') event.data = {

@@ -1064,0 +1065,0 @@ node: someNode

2

package.json
{
"name": "@tycho-platform/cytoscape-context-menus",
"version": "4.1.2",
"version": "4.1.3",
"description": "A Cytoscape.js extension to provide context menu around elements and core instance.",

@@ -5,0 +5,0 @@ "main": "cytoscape-context-menus.js",

@@ -54,2 +54,3 @@ import * as utils from './utils.js';

// Luiz Veronesi: this line has been added in order to retrieve the node within the event
console.log(someNode);
if (typeof someNode !== 'undefined') event.data = { node: someNode };

@@ -56,0 +57,0 @@ setScratchProp('currentCyEvent', event);

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