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

react-simple-maps

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-maps - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0-beta.0

12

package.json
{
"name": "react-simple-maps",
"version": "3.0.0",
"version": "4.0.0-beta.0",
"description": "An svg map chart component built with and for React",

@@ -15,3 +15,3 @@ "main": "dist/index.js",

"prepare": "rollup -c",
"test": "mocha './tests/**/*.spec.js' --compilers js:babel-core/register"
"test": "mocha './tests/**/*.spec.js' --compilers js:@babel/register"
},

@@ -42,2 +42,3 @@ "repository": {

"@babel/preset-env": "^7.18.6",
"@babel/register": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",

@@ -51,3 +52,2 @@ "@rollup/plugin-commonjs": "^22.0.1",

"react-dom": "^17.0.1",
"react-test-utils": "^0.0.1",
"rollup": "^2.75.7",

@@ -62,7 +62,7 @@ "rollup-plugin-terser": "^7.0.2"

"dependencies": {
"d3-geo": "^2.0.2",
"d3-selection": "^2.0.0",
"d3-zoom": "^2.0.0",
"d3-geo": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"topojson-client": "^3.1.0"
}
}

@@ -20,3 +20,3 @@ <img src="https://img.shields.io/bundlephobia/minzip/react-simple-maps?color=%2328cb95&label=gzip" />

```bash
$ npm install --save react-simple-maps
$ npm install react-simple-maps
```

@@ -23,0 +23,0 @@

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