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

@types/d3-geo

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-geo - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

6

d3-geo/index.d.ts

@@ -43,7 +43,7 @@ // Type definitions for D3JS d3-geo module 3.0

type: string;
bbox?: number[];
bbox?: number[] | undefined;
crs?: {
type: string;
properties: any;
};
} | undefined;
geometries: GeometryType[];

@@ -68,3 +68,3 @@ }

properties: Properties;
id?: string | number;
id?: string | number | undefined;
}

@@ -71,0 +71,0 @@

{
"name": "@types/d3-geo",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for D3JS d3-geo module",

@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-geo",

},
"typesPublisherContentHash": "1c1777a3826928b3f1e3ac3383533672e2e5eb472bf401bb83ffeff7d78e4bf7",
"typesPublisherContentHash": "3a59179a098d82a58d44d10b16f1dfc9db220975af942e9b0c7c098f6af09808",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 01 Jul 2021 17:01:26 GMT
* Last updated: Tue, 06 Jul 2021 20:32:38 GMT
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson)

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