You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

cytoscape-popper

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-popper - npm Package Compare versions

Comparing version

to
1.0.3

{
"name": "cytoscape-popper",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Cytoscape.js extension for Popper.js",

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

@@ -152,5 +152,5 @@ cytoscape-popper

// using tippy ^2.0.0
// using tippy ^4.0.0
let tippy = new Tippy(ref, { // tippy options:
html: (() => {
content: () => {
let content = document.createElement('div');

@@ -161,5 +161,5 @@

return content;
})(),
},
trigger: 'manual' // probably want manual mode
}).tooltips[0];
});

@@ -166,0 +166,0 @@ node.on('tap', () => tippy.show());

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet