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.52 to 0.1.53

8

lib/Resizer.js

@@ -45,6 +45,6 @@ 'use strict';

var _props = this.props;
var split = _props.split;
var className = _props.className;
var resizerClassName = _props.resizerClassName;
var _props = this.props,
split = _props.split,
className = _props.className,
resizerClassName = _props.resizerClassName;

@@ -51,0 +51,0 @@ var classes = [resizerClassName, split, className];

@@ -219,5 +219,5 @@ 'use strict';

var _props = this.props;
var split = _props.split;
var allowResize = _props.allowResize;
var _props = this.props,
split = _props.split,
allowResize = _props.allowResize;

@@ -224,0 +224,0 @@ var disabledClass = allowResize ? '' : 'disabled';

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

"main": "index.js",
"version": "0.1.52",
"version": "0.1.53",
"repository": {

@@ -26,28 +26,28 @@ "type": "git",

"inline-style-prefixer": "^2.0.4",
"react-style-proptype": "^1.2.0"
"react-style-proptype": "^1.4.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"coveralls": "^2.11.12",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"coveralls": "^2.11.15",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.7.1",
"express": "^4.14.0",
"mochify": "^2.18.1",
"mochify-istanbul": "^2.4.1",
"phantomjs-prebuilt": "^2.1.12",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"phantomjs-prebuilt": "^2.1.13",
"react": "^15.4.0",
"react-addons-test-utils": "^15.4.0",
"react-dom": "^15.4.0",
"surge": "^0.18.0",

@@ -54,0 +54,0 @@ "watchify": "^3.7.0"

@@ -166,1 +166,11 @@ # React Split Pane

* `resizerStyle` - Styling to be applied to the resizer bar
### Contributing
I'm always happy to receive Pull Requests for contributions of any kind.
If possible / necessary then please try and include a test and/or update the examples.
Thanks, Tom

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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