Socket
Socket
Sign inDemoInstall

@types/d3-array

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-array - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

12

d3-array/index.d.ts

@@ -12,3 +12,2 @@ // Type definitions for D3JS d3-array module 1.1

/**

@@ -30,3 +29,2 @@ * Administrivia: JavaScript primitive types and Date

/**

@@ -72,4 +70,2 @@ * Return the maximum value in the array of strings using natural order.

/**

@@ -145,3 +141,2 @@ * Return the min and max simultaneously.

// --------------------------------------------------------------------------------------

@@ -162,3 +157,3 @@ // Searching Arrays

export var bisect: typeof bisectRight;
export const bisect: typeof bisectRight;

@@ -252,3 +247,2 @@ export interface Bisector<T, U> {

/**

@@ -270,3 +264,2 @@ * Randomizes the order of the specified array using the Fisher–Yates shuffle.

/**

@@ -277,3 +270,2 @@ * Transpose a matrix provided in Array of Arrays format.

/**

@@ -305,4 +297,2 @@ * Returns an array of arrays, where the ith array contains the ith element from each of the argument arrays.

export interface HistogramGenerator<Datum, Value extends number | Date> {

@@ -309,0 +299,0 @@ (data: Datum[]): Array<Bin<Datum, Value>>;

4

d3-array/package.json
{
"name": "@types/d3-array",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for D3JS d3-array module",

@@ -28,4 +28,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "37fecaca0a42dccd30cf6e96d78892716deece25f620e6296fd2fe5a1edcca75",
"typesPublisherContentHash": "f2c2822eb98ff0b2773c9049b2d9d513496cee2a32447614a1f68a1ebf94686b",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 09 Mar 2017 00:19:49 GMT
* Last updated: Fri, 24 Mar 2017 15:41:10 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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