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

cytoscape-popper

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cytoscape-popper - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"name": "cytoscape-popper",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Cytoscape.js extension for Popper.js",

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

@@ -121,3 +121,3 @@ cytoscape-popper

function update() {
computePosition(ref, content, opts).then(({x, y}) => {
computePosition(ref, content, popperOptions).then(({x, y}) => {
Object.assign(content.style, {

@@ -124,0 +124,0 @@ left: `${x}px`,

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