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 2.5.1 to 2.7.0

13

d3-array/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for D3JS d3-array module 2.5
// Type definitions for D3JS d3-array module 2.7
// Project: https://github.com/d3/d3-array, https://d3js.org/d3-array

@@ -12,3 +12,3 @@ // Definitions by: Alex Ford <https://github.com/gustavderdrache>

// Last module patch version validated against: 2.5.1
// Last module patch version validated against: 2.7.1

@@ -361,2 +361,6 @@ // --------------------------------------------------------------------------

export function bisectCenter(array: ArrayLike<number>, x: number, lo?: number, hi?: number): number;
export function bisectCenter(array: ArrayLike<string>, x: string, lo?: number, hi?: number): number;
export function bisectCenter(array: ArrayLike<Date>, x: Date, lo?: number, hi?: number): number;
export const bisect: typeof bisectRight;

@@ -742,2 +746,7 @@

/**
* Returns a shuffle function given the specified random source.
*/
export function shuffler(random: () => number): typeof shuffle;
/**
* Generate an array of approximately count + 1 uniformly-spaced, nicely-rounded values between start and stop (inclusive).

@@ -744,0 +753,0 @@ * Each value is a power of ten multiplied by 1, 2 or 5. See also d3.tickIncrement, d3.tickStep and linear.ticks.

4

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

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

"dependencies": {},
"typesPublisherContentHash": "881516424b23ac25e05567bd44826ec5492d0d90888f8e43423b16f98b4c1b35",
"typesPublisherContentHash": "e06c2a6c00d4ef46af03f8895ce8844061bc6362adf82c14c1fb6efc60354487",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 03 Nov 2020 02:40:51 GMT
* Last updated: Mon, 09 Nov 2020 17:27:44 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