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

react-easy-panzoom

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-easy-panzoom - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

lib/index.js

@@ -12,2 +12,8 @@ "use strict";

});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function get() {
return _PanZoom.default;
}
});

@@ -14,0 +20,0 @@ var _PanZoom = _interopRequireDefault(require("./PanZoom"));

3

lib/PanZoom.js

@@ -542,4 +542,3 @@ "use strict";

style: _objectSpread({
cursor: disabled ? 'initial' : 'pointer',
overflow: 'hidden'
cursor: disabled ? 'initial' : 'pointer'
}, style)

@@ -546,0 +545,0 @@ }), React.createElement("div", {

{
"name": "react-easy-panzoom",
"version": "0.1.0",
"version": "0.1.1",
"description": "Wrapper to enable pan and zoom for any React component",

@@ -40,2 +40,3 @@ "main": "./lib/index.js",

"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.3.4",

@@ -42,0 +43,0 @@ "@babel/preset-flow": "^7.0.0",

export {default as PanZoom} from './PanZoom'
export default from './PanZoom'

@@ -389,3 +389,3 @@ // @flow

onTouchStart={this.onTouchStart}
style={{ cursor: disabled ? 'initial' : 'pointer', overflow: 'hidden', ...style }}
style={{ cursor: disabled ? 'initial' : 'pointer', ...style }}
>

@@ -392,0 +392,0 @@ <div

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