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.0.5 to 1.0.6

3

d3-array/index.d.ts

@@ -198,6 +198,5 @@ // Type definitions for D3JS d3-array module v1.0.1

export function bisector<T, U>(comparator: (a: T, b: U) => number): Bisector<T, U>;
export function bisector<T, U>(accessor: (x: T) => U): Bisector<T, U>;
export function bisector<T, U>(comparator: (a: T, b: U) => number): Bisector<T, U>
// NB. this is limited to primitive values due to D3's use of the <, >, and >= operators. Results get weird for object instances.

@@ -204,0 +203,0 @@ /**

{
"name": "@types/d3-array",
"version": "1.0.5",
"version": "1.0.6",
"description": "TypeScript definitions for D3JS d3-array module v1.0.1",

@@ -14,4 +14,5 @@ "license": "MIT",

"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "684453380f95838423b015a2c5f755cc8f168a2810039255262b1225b7f7fc35"
"typesPublisherContentHash": "a48d2b1abd6ce20f690a7433e5018da22b383ceb3a673f1debeea87d231995a4"
}

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

Additional Details
* Last updated: Wed, 14 Sep 2016 19:18:39 GMT
* Last updated: Tue, 01 Nov 2016 12:57:25 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -22,3 +22,3 @@ {

"hasPackageJson": false,
"contentHash": "684453380f95838423b015a2c5f755cc8f168a2810039255262b1225b7f7fc35"
"contentHash": "a48d2b1abd6ce20f690a7433e5018da22b383ceb3a673f1debeea87d231995a4"
}
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