Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/d3-collection

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-collection - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

14

d3-collection/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for D3JS d3-collection module 1.0

/**
* Reference type things that can be coerced to string implicitely
* Reference type things that can be coerced to string implicitly
*/

@@ -68,3 +68,3 @@ export interface Stringifiable {

/**
* A datastructure similar to ES6 Maps, but with a few differences:
* A data structure similar to ES6 Maps, but with a few differences:
* - Keys are coerced to strings.

@@ -199,3 +199,3 @@ * - map.each, not map.forEach. (Also, no thisArg.)

/**
* A datastructure similar to ES6 Sets, but with a few differences:
* A data structure similar to ES6 Sets, but with a few differences:
*

@@ -288,7 +288,7 @@ * - Values are coerced to strings.

/**
* A more formal defintion of the nested array returned by Nest.entries(...). This data structure is intended as a reference only.
* A more formal definition of the nested array returned by Nest.entries(...). This data structure is intended as a reference only.
*
* As the union types cannot be ex ante simplified without knowledge
* of the nesting level (number of key(...) operations) and whether the data were rolled-up, this data structure becomes cumbersome
* to use in practice. This is particularly true for discrimiation of array element types.
* to use in practice. This is particularly true for discrimination of array element types.
* The use of the rollup function, or lack thereof, also determines whether NestedArray has the 'values' property

@@ -301,3 +301,3 @@ * with an array of type Datum at leaf level, or has a rolled-up 'value' property.

/**
* A more formal defintion of the nested array returned by Nest.map(...). This data structure is intended as a reference only.
* A more formal definition of the nested array returned by Nest.map(...). This data structure is intended as a reference only.
*

@@ -312,3 +312,3 @@ * As the union types cannot be ex ante simplified without knowledge

/**
* A more formal defintion of the nested array returned by Nest.object(...). This data structure is intended as a reference only.
* A more formal definition of the nested array returned by Nest.object(...). This data structure is intended as a reference only.
*

@@ -315,0 +315,0 @@ * As the union types cannot be ex ante simplified without knowledge

{
"name": "@types/d3-collection",
"version": "1.0.6",
"version": "1.0.7",
"description": "TypeScript definitions for D3JS d3-collection module",

@@ -26,8 +26,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "6d7a9443c4c806677409da8aeaad7292930c5965537e435a591e4bb2853de970",
"typesPublisherContentHash": "dd0561c4a94a41a42c54d98cbfb530d67caad163b1d0561c8a44de4fdd533d0e",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-collection
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/d3-collection
Additional Details
* Last updated: Mon, 26 Feb 2018 19:17:29 GMT
* Last updated: Wed, 23 May 2018 23:09:39 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