@types/d3-delaunay
Advanced tools
Comparing version 5.3.1 to 5.3.2
@@ -19,3 +19,3 @@ // Type definitions for d3-delaunay 5.3 | ||
*/ | ||
static from(points: ArrayLike<Delaunay.Point>|Iterable<Delaunay.Point>): Delaunay<Delaunay.Point>; | ||
static from(points: ArrayLike<Delaunay.Point> | Iterable<Delaunay.Point>): Delaunay<Delaunay.Point>; | ||
/** | ||
@@ -27,6 +27,8 @@ * Returns the Delaunay triangulation for the given array or iterable of points. | ||
*/ | ||
static from<P>(points: ArrayLike<P>|Iterable<P>, | ||
getX: Delaunay.GetCoordinate<P, ArrayLike<P>|Iterable<P>>, | ||
getY: Delaunay.GetCoordinate<P, ArrayLike<P>|Iterable<P>>, | ||
that?: any): Delaunay<P>; | ||
static from<P>( | ||
points: ArrayLike<P> | Iterable<P>, | ||
getX: Delaunay.GetCoordinate<P, ArrayLike<P> | Iterable<P>>, | ||
getY: Delaunay.GetCoordinate<P, ArrayLike<P> | Iterable<P>>, | ||
that?: any, | ||
): Delaunay<P>; | ||
@@ -213,5 +215,10 @@ /** | ||
*/ | ||
arc(x: number, y: number, radius: number, | ||
startAngle: number, endAngle: number, | ||
counterclockwise?: boolean): void; | ||
arc( | ||
x: number, | ||
y: number, | ||
radius: number, | ||
startAngle: number, | ||
endAngle: number, | ||
counterclockwise?: boolean, | ||
): void; | ||
} | ||
@@ -218,0 +225,0 @@ |
{ | ||
"name": "@types/d3-delaunay", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "TypeScript definitions for d3-delaunay", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-delaunay", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "57f6adf8df7d787a5b20401a271ca18ed360889eaa58472152ec51cc35b4fa1c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "ca2f52d9543b38390069a5ed1fb9e031599a8501b4b75e437f3e1973309d4b8d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 23 Jun 2021 16:01:24 GMT | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14476
283
0