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.0 to 1.0.1

8

package.json
{
"name": "react-svg-worldmap",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

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

],
"module": "dist/react-worldmap.esm.js",
"module": "dist/react-svg-worldmap.esm.js",
"devDependencies": {

@@ -56,4 +56,4 @@ "@types/d3-geo": "^1.11.1",

},
"bugs": "https://github.com/yanivam/react-worldmap/issues",
"repository": "github:yanivam/react-worldmap"
"bugs": "https://github.com/yanivam/react-svg-worldmap/issues",
"repository": "github:yanivam/react-svg-worldmap"
}

@@ -1,2 +0,2 @@

# react-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-worldmap.svg?style=flat)](https://www.npmjs.com/package/react-worldmap) [![Demo: Simple Example](https://img.shields.io/badge/demo-live-red.svg)](https://react-worldmap-simple-example.imfast.io)
# 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)

@@ -7,3 +7,3 @@

~~~tsx
import { WorldMap } from "react-worldmap"
import { WorldMap } from "react-svg-worldmap"
...

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

~~~
$ npm install react-worldmap --save
$ npm install react-svg-worldmap --save
~~~

@@ -50,3 +50,3 @@

import "./App.css"
import { WorldMap } from "react-worldmap"
import { WorldMap } from "react-svg-worldmap"

@@ -53,0 +53,0 @@ function App() {

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