@types/react-simple-maps
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -87,3 +87,3 @@ // Type definitions for react-simple-maps 1.0 | ||
interface GeographiesChildrenArgument { | ||
geographies: object[]; | ||
geographies: any[]; | ||
path: GeoPath; | ||
@@ -101,3 +101,3 @@ projection: GeoProjection; | ||
extends Pick<React.SVGProps<SVGPathElement>, Exclude<keyof React.SVGProps<SVGPathElement>, 'style'>> { | ||
geography?: object; | ||
geography?: any; | ||
style?: { | ||
@@ -104,0 +104,0 @@ default?: React.CSSProperties; |
{ | ||
"name": "@types/react-simple-maps", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for react-simple-maps", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d30c859a8162844062604caeff5009dd794f4192ef35effa51be18ee84180ae2", | ||
"typesPublisherContentHash": "772df773414853741f1cffc67cb4a4288542f855f34e0ac95dff641a2bc7f8d4", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 Jan 2020 20:51:10 GMT | ||
* Last updated: Fri, 17 Jan 2020 16:43:50 GMT | ||
* Dependencies: [@types/d3-geo](https://npmjs.com/package/@types/d3-geo), [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -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
0
8993