Socket
Socket
Sign inDemoInstall

react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-split-pane - npm Package Compare versions

Comparing version 0.1.55 to 0.1.56

6

lib/SplitPane.js

@@ -112,3 +112,3 @@ 'use strict';

value: function onTouchStart(event) {
if (this.props.allowResize && !this.props.size) {
if (this.props.allowResize) {
unFocus(document, window);

@@ -134,3 +134,3 @@ var position = this.props.split === 'vertical' ? event.touches[0].clientX : event.touches[0].clientY;

value: function onTouchMove(event) {
if (this.props.allowResize && !this.props.size) {
if (this.props.allowResize) {
if (this.state.active) {

@@ -191,3 +191,3 @@ unFocus(document, window);

value: function onMouseUp() {
if (this.props.allowResize && !this.props.size) {
if (this.props.allowResize) {
if (this.state.active) {

@@ -194,0 +194,0 @@ if (typeof this.props.onDragFinished === 'function') {

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "0.1.55",
"version": "0.1.56",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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