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

@flourish/enhanced-arrays

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flourish/enhanced-arrays - npm Package Compare versions

Comparing version 1.0.0-prerelease.1 to 1.0.0-prerelease.2

5

package.json
{
"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": {

2

src/numeric/proto/index.js

@@ -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

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