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.22 to 0.1.23

demo/favicon.png

11

lib/SplitPane.js

@@ -97,5 +97,10 @@ 'use strict';

onMouseUp: function onMouseUp() {
this.setState({
active: false
});
if (this.state.active) {
if (this.props.onDragFinished) {
this.props.onDragFinished();
}
this.setState({
active: false
});
}
},

@@ -102,0 +107,0 @@ unFocus: function unFocus() {

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

"main": "index.js",
"version": "0.1.22",
"version": "0.1.23",
"repository": {

@@ -25,19 +25,23 @@ "type": "git",

"dependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-vendor-prefix": "^0.0.1"
},
"peerDependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-cli": "^6.3.17",
"babel-eslint": "^4.1.5",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-plugin-add-module-exports": "^0.1.2",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"coveralls": "^2.11.6",
"express": "^4.13.3",
"mochify": "^2.14.2",
"mochify": "^2.14.3",
"mochify-istanbul": "^2.3.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-addons-test-utils": "^0.14.3",

@@ -55,3 +59,3 @@ "watchify": "^3.6.1"

"demo:watch": "npm run compile:watch & watchify demo/Example.js -d -t -o demo/bundle.js",
"demo:publish": "npm run compile && browserify demo/Example.js -d -t -o demo/bundle.js && surge demo zonked-knife.surge.sh",
"demo:publish": "npm run compile && browserify demo/Example.js -d -t -o demo/bundle.js && surge demo react-split-pane.surge.sh",
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"

@@ -58,0 +62,0 @@ },

@@ -10,3 +10,3 @@ # React Split Pane

Check out the [demo](http://zonked-knife.surge.sh/)
Check out the [demo](http://react-split-pane.surge.sh/)

@@ -13,0 +13,0 @@

Sorry, the diff of this file is too big to display

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