@flourish/colors
Advanced tools
Comparing version 6.1.0 to 6.1.1
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
130039
3408
1