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 1.4.1 to 1.4.2

10

lib/resizer.js

@@ -96,6 +96,9 @@ 'use strict';

function Resizer() {
function Resizer(props) {
_classCallCheck(this, Resizer);
return _possibleConstructorReturn(this, Object.getPrototypeOf(Resizer).apply(this, arguments));
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Resizer).call(this, props));
_this.onTouchStart = _this.onTouchStart.bind(_this);
return _this;
}

@@ -122,3 +125,2 @@

value: function render() {
var onTouchStart = this.onTouchStart.bind(this);
return _react2.default.createElement('div', {

@@ -128,3 +130,3 @@ className: this.props.className,

onMouseDown: this.props.onResizeStart,
onTouchStart: onTouchStart
onTouchStart: this.onTouchStart
});

@@ -131,0 +133,0 @@ }

2

package.json
{
"name": "react-resizable-box",
"version": "1.4.1",
"version": "1.4.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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