Socket
Socket
Sign inDemoInstall

@types/d3-shape

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-shape - npm Package Compare versions

Comparing version 0.0.4 to 1.0.5

6

d3-shape/index.d.ts

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

// Type definitions for D3JS d3-shape module 1.0.0
// Type definitions for D3JS d3-shape module v1.0.3
// Project: https://github.com/d3/d3-shape/

@@ -329,6 +329,8 @@ // Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>

// HACK: SeriesPoint is a [number, number] two-element Array with added
// SeriesPoint is a [number, number] two-element Array with added
// data and index properties related to the data element which formed the basis for the
// SeriesPoint
export interface SeriesPoint<Datum> extends Array<number> {
0: number;
1: number;
index: number;

@@ -335,0 +337,0 @@ data: Datum;

{
"name": "@types/d3-shape",
"version": "0.0.4",
"description": "TypeScript definitions for D3JS d3-shape module 1.0.0",
"version": "1.0.5",
"description": "TypeScript definitions for D3JS d3-shape module v1.0.3",
"license": "MIT",

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

"dependencies": {},
"typings": "index.d.ts"
"typings": "index.d.ts",
"typesPublisherContentHash": "334b5c8d44fc1461093a88ae95d981a286d8c5549c31557a5474ef7313d17d67"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for D3JS d3-shape module 1.0.0 (https://github.com/d3/d3-shape/).
This package contains type definitions for D3JS d3-shape module v1.0.3 (https://github.com/d3/d3-shape/).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:03 GMT
* Last updated: Mon, 12 Sep 2016 19:00:00 GMT
* File structure: ProperModule

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

@@ -6,5 +6,5 @@ {

"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "D3JS d3-shape module 1.0.0",
"libraryName": "D3JS d3-shape module v1.0.3",
"typingsPackageName": "d3-shape",

@@ -23,3 +23,3 @@ "projectName": "https://github.com/d3/d3-shape/",

"hasPackageJson": false,
"contentHash": "12062ffc02a54caf386132aea529d3cf3371bd467ddb81d416d00af30d07d17f"
"contentHash": "334b5c8d44fc1461093a88ae95d981a286d8c5549c31557a5474ef7313d17d67"
}
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