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

react-svg-worldmap

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-svg-worldmap - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

6

CHANGELOG.md

@@ -38,2 +38,6 @@ # CHANGELOG

* Tried to reduce the size of countries.geo.json even more by changing the structure of the file and adding the extra properties programatically.
* Changed names so they have spaces in between multiple words ex. UnitedStates -> United States
* Changed names so they have spaces in between multiple words ex. UnitedStates -> United States
## 1.0.31
* Fixed bug with new data where some countries did not display properly

8

dist/countries.geo.d.ts
declare const _default: {
features: ({
features: {
N: string;
I: string;
C: number[][][][];
} | {
N: string;
I: string;
C: number[][][];
})[];
}[];
};
export default _default;
{
"name": "react-svg-worldmap",
"version": "1.0.30",
"version": "1.0.31",
"license": "MIT",

@@ -5,0 +5,0 @@ "displayName": "React Worldmap",

Sorry, the diff of this file is too big to display

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