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 0.8.2 to 0.8.3

8

lib/ZoomableGroup.js

@@ -80,5 +80,7 @@ "use strict";

if (this.props.disablePanning) return;
this.setState({
isPressed: false
});
if (this.state.isPressed) {
this.setState({
isPressed: false
});
}
}

@@ -85,0 +87,0 @@ }, {

{
"name": "react-simple-maps",
"version": "0.8.2",
"version": "0.8.3",
"description": "An svg map component built with and for React",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -54,5 +54,7 @@

if (this.props.disablePanning) return
this.setState({
isPressed: false,
})
if (this.state.isPressed) {
this.setState({
isPressed: false,
})
}
}

@@ -59,0 +61,0 @@ handleMouseDown({ pageX, pageY }) {

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