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.27 to 1.0.28

6

CHANGELOG.md

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

* Bug fix, console.log that was forgotten, solved issue
* Bug fix, console.log that was forgotten, solved issue
## 1.0.28
* Marker update, changed the style of markers and updated them to be circular because I believe that those would be more optimal for small countries rather than a larger icon like the old version

10

package.json
{
"name": "react-svg-worldmap",
"version": "1.0.27",
"version": "1.0.28",
"license": "MIT",

@@ -28,3 +28,3 @@ "displayName": "React Worldmap",

"react-path-tooltip": "^1.0.8",
"react-path-marker": "^1.0.4",
"react-path-marker": "^1.0.8",
"@types/d3-geo": "^1.11.1",

@@ -48,10 +48,6 @@ "d3-geo": "^1.11.9"

"devDependencies": {
"@types/d3-geo": "^1.11.1",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.27",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.5",
"d3-geo": "^1.12.1",
"husky": "^4.2.3",
"react-path-marker": "^1.0.4",
"react-path-tooltip": "^1.0.8",
"tsdx": "^0.13.0",

@@ -58,0 +54,0 @@ "tslib": "^1.11.1",

@@ -125,3 +125,3 @@ # react-svg-worldmap [![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://img.shields.io/npm/v/react-svg-worldmap.svg?style=flat)](https://www.npmjs.com/package/react-svg-worldmap) [![Demo: Simple Example](https://img.shields.io/badge/demo-live-red.svg)](https://react-svg-worldmap-simple-example.imfast.io)

| borderColor | string | Border color around each individual country. "black" by default |
| type | string | Select type of map you want, either "tooltip" or "marker" :warning: ** Still in beta ** :warning: |
| type | string | Select type of map you want, either "tooltip" or "marker" |

@@ -128,0 +128,0 @@ ## Samples

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

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