@flourish/enhanced-arrays
Advanced tools
Comparing version 1.0.0-prerelease.1 to 1.0.0-prerelease.2
{ | ||
"name": "@flourish/enhanced-arrays", | ||
"version": "1.0.0-prerelease.1", | ||
"version": "1.0.0-prerelease.2", | ||
"description": "Create immutable array-like-objects with useful methods", | ||
@@ -20,4 +20,3 @@ "main": "enhanced-arrays.js", | ||
"dependencies": { | ||
"d3-array": "1.2.4", | ||
"d3-scale": "2.1.2" | ||
"d3-array": "1.2.4" | ||
}, | ||
@@ -24,0 +23,0 @@ "devDependencies": { |
@@ -5,3 +5,2 @@ import { createAdder } from "../../common"; | ||
import addSampling from "./lib/sampling"; | ||
import addScales from "./lib/scales"; | ||
import addRanking from "./lib/ranking"; | ||
@@ -16,3 +15,2 @@ import addUncleaning from "./lib/uncleaning"; | ||
addSampling(add); | ||
addScales(add); | ||
addRanking(add); | ||
@@ -19,0 +17,0 @@ addUncleaning(add); |
import { createAdder } from "../../common"; | ||
import addSorting from "./lib/sorting"; | ||
import addSampling from "./lib/sampling"; | ||
import addScales from "./lib/scales"; | ||
import addRanking from "./lib/ranking"; | ||
@@ -13,3 +12,2 @@ import addUncleaning from "./lib/uncleaning"; | ||
addSampling(add); | ||
addScales(add); | ||
addRanking(add); | ||
@@ -16,0 +14,0 @@ addUncleaning(add); |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
30337
30
918
1
- Removedd3-scale@2.1.2
- Removedd3-collection@1.0.7(transitive)
- Removedd3-color@1.4.1(transitive)
- Removedd3-format@1.4.5(transitive)
- Removedd3-interpolate@1.4.0(transitive)
- Removedd3-scale@2.1.2(transitive)
- Removedd3-time@1.1.0(transitive)
- Removedd3-time-format@2.3.0(transitive)