Socket
Socket
Sign inDemoInstall

react-rnd

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rnd - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

5

lib/index.js

@@ -93,3 +93,6 @@ 'use strict';

this.isResizing = false;
this.props.onResizeStop(dir, styleSize, clientSize, delta);
this.props.onResizeStop(dir, styleSize, clientSize, delta, {
x: this.state.x,
y: this.state.y
});
}

@@ -96,0 +99,0 @@ }, {

4

package.json
{
"name": "react-rnd",
"version": "4.1.0",
"version": "4.2.0",
"description": "Resizable and draggable component for React.",

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

"@bokuweb/react-draggable-custom": "^1.3.10",
"react-resizable-box": "^1.7.0"
"react-resizable-box": "^1.8.1"
}
}
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