react-svg-worldmap
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7349023