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.9 to 1.0.10

2

d3-collection/index.d.ts

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

*/
// tslint:disable-next-line:no-empty-interface
export interface NestedArray<Datum, RollupType> extends Array<{ key: string, values: NestedArray<Datum, RollupType> | Datum[] | undefined, value: RollupType | undefined }> { }

@@ -304,3 +303,2 @@

*/
// tslint:disable-next-line:no-empty-interface
export interface NestedMap<Datum, RollupType> extends Map<NestedMap<Datum, RollupType> | Datum[] | RollupType> { }

@@ -307,0 +305,0 @@

4

d3-collection/package.json
{
"name": "@types/d3-collection",
"version": "1.0.9",
"version": "1.0.10",
"description": "TypeScript definitions for D3JS d3-collection module",

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

"dependencies": {},
"typesPublisherContentHash": "4ac65b65ef954d2bae2bb2d98b2a767a00993da33718c32c2c020e65b9789a81",
"typesPublisherContentHash": "f2becbefd216f0bf1a7ca0c259314a02857447360e7a2f8aa8cb78b2b0c63ea3",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Tue, 20 Oct 2020 06:39:43 GMT
* Last updated: Wed, 28 Oct 2020 18:21:13 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