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

react-resizable-box

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resizable-box - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

lib/resizer.js

@@ -68,5 +68,3 @@ 'use strict';

value: function getStyle() {
if (this.props.replaceStyles) {
return this.props.replaceStyles;
}
if (this.props.replaceStyles) return this.props.replaceStyles;
return _extends({}, styles.base, styles[this.props.type]);

@@ -73,0 +71,0 @@ }

{
"name": "react-resizable-box",
"version": "0.4.1",
"version": "0.4.2",
"description": "",

@@ -10,2 +10,4 @@ "main": "lib/index.js",

"test": "karma start",
"prepush": "npm run lint",
"lint": "eslint react",
"prepublish": "npm run compile"

@@ -48,7 +50,5 @@ },

"espower-babel": "3.3.0",
"espower-loader": "1.0.0",
"espowerify": "1.0.0",
"estraverse": "4.1.1",
"estraverse-fb": "1.3.1",
"intelli-espower-loader": "1.0.0",
"husky": "^0.11.4",
"karma": "0.13.19",

@@ -64,6 +64,6 @@ "karma-browserify": "4.4.0",

"mocha": "2.3.3",
"phantomjs": "1.9.18",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "2.1.6",
"power-assert": "1.1.0",
"react-addons-test-utils": "0.14.3",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"sinon": "1.17.3",

@@ -70,0 +70,0 @@ "watchify": "3.5.0"

@@ -5,5 +5,6 @@ # react-resizable-box

[![Build Status](https://travis-ci.org/bokuweb/react-resizable-box.svg)](https://travis-ci.org/bokuweb/react-resizable-box)
[![Code Climate](https://codeclimate.com/github/bokuweb/react-resizable-box/badges/gpa.svg)](https://codeclimate.com/github/bokuweb/react-resizable-box)
[![License](http://img.shields.io/npm/l/object.assign.svg)](https://github.com/bokuweb/react-resizable-box#license)
[![Build Status](https://img.shields.io/travis/bokuweb/react-resizable-box.svg?style=flat-square)](https://travis-ci.org/bokuweb/react-resizable-box)
[![Version](https://img.shields.io/npm/v/react-resizable-box.svg?style=flat-square)](https://www.npmjs.com/package/react-resizable-box)
[![Code Climate](https://img.shields.io/codeclimate/github/bokuweb/react-resizable-box/badges/gpa.svg?style=flat-square)](https://codeclimate.com/github/bokuweb/react-resizable-box)
[![License](https://img.shields.io/npm/l/react-resizable-box.svg?style=flat-square)](https://github.com/bokuweb/react-resizable-box#license)

@@ -159,2 +160,6 @@ ## Demo

#### v0.4.1
- Add mousedown event object to `onResizeStart` callback argument.
#### v0.4.0

@@ -161,0 +166,0 @@

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