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

@flourish/legend

Package Overview
Dependencies
Maintainers
31
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/legend - npm Package Compare versions

Comparing version 6.2.2 to 6.2.4

4

package.json
{
"name": "@flourish/legend",
"version": "6.2.2",
"version": "6.2.4",
"description": "Flourish module for making legend",

@@ -15,3 +15,3 @@ "main": "legend.js",

"author": "Kiln Enterprises Ltd",
"license": "UNLICENSED",
"license": "https://flourish.studio/terms/fcl/",
"dependencies": {

@@ -18,0 +18,0 @@ "@flourish/js2css": "^1.0.0",

@@ -1,2 +0,8 @@

# 6.2.0
# 6.2.4
* Ignore legend icons when downloading SVG
# 6.2.3
* Update module license
# 6.2.2
* Add extra check to ensure toFixed() in the roundDown function

@@ -3,0 +9,0 @@ is getting values it can process (i.e. between 0 and 100)

@@ -178,3 +178,3 @@ import { select, event as d3_event } from "d3-selection";

.append("svg")
.attr("class", "fl-legend-icon")
.attr("class", "fl-legend-icon fl-ignore-svg-download")
.append("path");

@@ -181,0 +181,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