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
11
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 1.0.0 to 1.0.1

2

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

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

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

# 1.0.1
* Fix bug with custom panel content
# 1.0.0

@@ -2,0 +5,0 @@ * Rename to @flourish/info-popup

@@ -113,4 +113,4 @@ function getDefaultHTML(instance, d, mode) {

if (!instance._state.panel_is_custom) html += getDefaultHTML(instance, d, "panel");
else html += getCustomHTML(instance, instance._state.panel_custom_template, d);
else html += getCustomHTML(instance, instance._state.panel_custom_header, instance._state.panel_custom_main, d);
return html;
}

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