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

react-resizable

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-resizable - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

build/Resizable.js

@@ -66,3 +66,3 @@ "use strict";

children: [p.children.props.children, React.createElement(Draggable, React.__spread({}, p.draggableOpts, {
start: { x: p.width - 20 + "px", y: p.height - 20 + "px" },
start: { x: p.width - 20, y: p.height - 20 },
moveOnStartChange: true,

@@ -69,0 +69,0 @@ onStop: this.resizeHandler("onResizeStop"),

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

{...p.draggableOpts}
start={{x: p.width - 20 + 'px', y: p.height - 20 + 'px'}}
start={{x: p.width - 20, y: p.height - 20}}
moveOnStartChange={true}

@@ -70,0 +70,0 @@ onStop={this.resizeHandler('onResizeStop')}

{
"name": "react-resizable",
"version": "0.2.2",
"version": "0.2.3",
"description": "A component that is resizable with handles.",

@@ -5,0 +5,0 @@ "main": "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