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.6 to 1.0.7

2

d3-array/index.d.ts

@@ -124,3 +124,3 @@ // Type definitions for D3JS d3-array module v1.0.1

*/
export function extent<T, U extends Numeric>(array: T[], accessor: (datum: T, index: number, array: T[]) => U): [U | Primitive, U | Primitive] | [undefined, undefined];
export function extent<T, U extends Numeric>(array: T[], accessor: (datum: T, index: number, array: T[]) => U): [U, U ] | [undefined, undefined];

@@ -127,0 +127,0 @@ /**

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

@@ -15,4 +15,4 @@ "author": "Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "a48d2b1abd6ce20f690a7433e5018da22b383ceb3a673f1debeea87d231995a4"
"typesPublisherContentHash": "76a78e5e4fac796658a5e3b03b8be648a41fbf8740ac303cc3a1ec90db4213ce",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for D3JS d3-array module v1.0.1 (https://github.com/d3/d3-array).
This package contains type definitions for D3JS d3-array module (https://github.com/d3/d3-array).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/d3-array
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/d3-array
Additional Details
* Last updated: Tue, 01 Nov 2016 12:57:25 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 20 Jan 2017 17:17:33 GMT
* Dependencies: none
* Global values: none

@@ -17,0 +15,0 @@

{
"authors": "Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "D3JS d3-array module v1.0.1",
"typingsPackageName": "d3-array",
"projectName": "https://github.com/d3/d3-array",
"name": "d3-array",
"libraryName": "D3JS d3-array module",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [],
"declaredModules": [
"d3-array"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "a48d2b1abd6ce20f690a7433e5018da22b383ceb3a673f1debeea87d231995a4"
"data": {
"authors": "Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>",
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "D3JS d3-array module",
"typingsPackageName": "d3-array",
"projectName": "https://github.com/d3/d3-array",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"d3-array/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "76a78e5e4fac796658a5e3b03b8be648a41fbf8740ac303cc3a1ec90db4213ce"
},
"isLatest": true
}
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