@types/d3-delaunay
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -152,3 +152,3 @@ // Type definitions for d3-delaunay 6.0 | ||
*/ | ||
type Point = number[]; | ||
type Point = [number, number]; | ||
@@ -168,3 +168,3 @@ /** | ||
*/ | ||
type Bounds = number[]; | ||
type Bounds = [number, number, number, number]; | ||
@@ -171,0 +171,0 @@ /** |
{ | ||
"name": "@types/d3-delaunay", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "TypeScript definitions for d3-delaunay", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-delaunay", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "28770dacffa6c89cc783e0d2ed9696407b1f52c48f8fe1c149413cc9086e294a", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "b74a87419128bfe147cacb3de62b4db4ae59aea339f6f7b33a230f573ccb0f91", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 23 Jun 2021 16:01:24 GMT | ||
* Last updated: Tue, 24 May 2022 20:31:32 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14456