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.23 to 1.0.24

5

CHANGELOG.md

@@ -8,1 +8,6 @@ # CHANGELOG

* On hover - refine the highlighting.
## 1.0.24
* Fixed dependency bug for d3-geo not being a module
* Added marker type that is still in progress in beta (see README.md file for more detail)

1

dist/WorldMap.d.ts

@@ -17,2 +17,3 @@ import React from "react";

frameColor?: string;
type?: string;
borderColor?: string;

@@ -19,0 +20,0 @@ }

{
"name": "react-svg-worldmap",
"version": "1.0.23",
"version": "1.0.24",
"license": "MIT",

@@ -24,3 +24,7 @@ "displayName": "React Worldmap",

"react": ">=16",
"react-dom": ">=16.0.0"
},
"dependencies": {
"react-path-tooltip": "^1.0.8",
"react-path-marker": "^1.0.4",
"@types/d3-geo": "^1.11.1",

@@ -50,2 +54,3 @@ "d3-geo": "^1.11.9"

"husky": "^4.2.3",
"react-path-marker": "^1.0.4",
"react-path-tooltip": "^1.0.8",

@@ -52,0 +57,0 @@ "tsdx": "^0.13.0",

@@ -103,4 +103,5 @@ # 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: |
## License
MIT

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