Socket
Socket
Sign inDemoInstall

@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.1 to 1.0.2

6

react-simple-maps/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for react-simple-maps 1.0

// Andrej Mihajlov <https://github.com/pronebird>
// Kouame Komenan <https://github.com/komenank>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -17,6 +18,5 @@ // TypeScript Version: 2.8

scale?: number;
xOffset?: number;
yOffset?: number;
center?: [number, number];
parallels?: [number, number];
rotate?: [number, number, number];
precision?: number;
}

@@ -23,0 +23,0 @@ export type ProjectionFunction = (width: number, height: number, config: ProjectionConfig) => GeoProjection;

{
"name": "@types/react-simple-maps",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for react-simple-maps",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "pronebird"
},
{
"name": "Kouame Komenan ",
"url": "https://github.com/komenank",
"githubUsername": "komenank"
}

@@ -32,4 +37,4 @@ ],

},
"typesPublisherContentHash": "772df773414853741f1cffc67cb4a4288542f855f34e0ac95dff641a2bc7f8d4",
"typesPublisherContentHash": "8bb6535f1752541169cb49983c5067440658c7142fe906d43953c9a0b3aaa06b",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Fri, 17 Jan 2020 16:43:50 GMT
* Last updated: Mon, 13 Apr 2020 19:44:32 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)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Novikov Mihail (https://github.com/thepocp), and Andrej Mihajlov (https://github.com/pronebird).
These definitions were written by [Novikov Mihail](https://github.com/thepocp), [Andrej Mihajlov](https://github.com/pronebird), and [Kouame Komenan ](https://github.com/komenank).

Sorry, the diff of this file is not supported yet

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