Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 6.0.0 to 6.0.1

4

d3-delaunay/index.d.ts

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

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