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

react-world-countries-map

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-world-countries-map - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

14

package.json
{
"name": "react-world-countries-map",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",

@@ -18,3 +18,3 @@ "displayName": "React World Countries Map",

"start": "tsdx watch",
"build": "NODE_OPTIONS='--max-old-space-size=8192' tsdx build",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",

@@ -27,9 +27,5 @@ "lint": "tsdx lint",

"react-svg-tooltip": "0.0.11",
"@types/d3-geo": "^1.11.1",
"d3-geo": "^1.11.9"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint src"
}
},
"authors": [

@@ -52,3 +48,5 @@ "yanivam (https://github.com/yanivam)"

"typescript": "^3.8.3"
}
},
"bugs": "https://github.com/yanivam/react-world-countries-map/issues",
"repository": "github:yanivam/react-world-countries-map"
}

@@ -1,9 +0,9 @@

# react-world-countries-map
A pure react component to visualize world maps with highlighted countries. Simple. Free. No Registration, No access token, No back-end service.
# react-world-countries-map
⚠️ **Currently still considered experimental. We are working on optimizing size and performance.**
# WORK IN PROGRESS, does not import properly yet
A pure react component to visualize world maps with highlighted countries. Simple. Free. No Registration, No access token, No back-end service.
~~~
import ReactWorldCountriesMap from "react-world-countries-map"
import { ReactWorldCountriesMap } from "react-world-countries-map"
...

@@ -49,3 +49,3 @@ const data =

import "./App.css"
import ReactWorldCountriesMap from "react-world-countries-map"
import { ReactWorldCountriesMap } from "react-world-countries-map"

@@ -68,3 +68,3 @@ function App() {

return (
< div className="App" >
<div className="App" >
<ReactWorldCountriesMap color="red" title="Top 10 Populous Countries" value-suffix="people" size="lg" data={data} />

@@ -71,0 +71,0 @@ </div>

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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