New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flourish/info-popup

Package Overview
Dependencies
Maintainers
31
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/info-popup - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

package.json
{
"name": "@flourish/info-popup",
"version": "5.0.0",
"version": "5.0.1",
"description": "Popup with data insertion",

@@ -5,0 +5,0 @@ "main": "info-popup.js",

@@ -0,1 +1,4 @@

# 5.0.1
* Resize constrainer in 'none' mode to avoid extra whitespace bug
# 5.0.0

@@ -2,0 +5,0 @@ * Remove core js dependencies

@@ -114,2 +114,9 @@ import Popup from "@flourish/popup";

}
// draw popup initially in "none" mode to resize constrainer & avoid whitespace around main graphic
if (this._state.mode == "none") {
this.panel.hide();
this.popup.draw(); // call draw to resize constrainer, if necessary
this.popup.hide();
}
};

@@ -116,0 +123,0 @@

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