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

@types/react-simple-maps

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-simple-maps - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

react-simple-maps/index.d.ts

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

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