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

@flourish/colors

Package Overview
Dependencies
Maintainers
33
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/colors - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

2

package.json
{
"name": "@flourish/colors",
"version": "6.1.0",
"version": "6.1.1",
"description": "Adds color settings",

@@ -5,0 +5,0 @@ "main": "colors.js",

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

# 6.1.1
* Fix custom binning issue
# 6.1.0

@@ -2,0 +5,0 @@ * Add tags to settings

@@ -12,6 +12,3 @@ import { scaleQuantize, scaleQuantile, scaleThreshold } from "d3-scale";

.map(parseFloat)
.filter(function (val) {
if (isNaN(val)) return false;
return val > domain_min && val < domain_max;
})
.filter(function (val) { return !isNaN(val); })
.sort(ascendingSort);

@@ -18,0 +15,0 @@ n = thresholds.length + 1;

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