@types/d3-geo
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -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 |
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
65472