Socket
Socket
Sign inDemoInstall

@types/d3-delaunay

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-delaunay - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

23

d3-delaunay v5.3/index.d.ts

@@ -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

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