Socket
Socket
Sign inDemoInstall

react-rnd

Package Overview
Dependencies
Maintainers
1
Versions
96
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 9.1.0 to 9.1.1

2

package.json
{
"name": "react-rnd",
"version": "9.1.0",
"version": "9.1.1",
"description": "",

@@ -5,0 +5,0 @@ "title": "react-rnd",

@@ -200,2 +200,9 @@ <p align="center"><img src ="https://github.com/bokuweb/react-rnd/blob/master/logo.png?raw=true" /></p>

#### `scale?: number;`
Specifies the scale of the canvas your are dragging or resizing this element on. This allows
you to, for example, get the correct drag / resize deltas while you are zoomed in or out via
a transform or matrix in the parent of this element.
If omitted, set `1`.
#### `lockAspectRatioExtraHeight?: number;`

@@ -306,3 +313,9 @@

#### `scale?: number;`
Specifies the scale of the canvas your are resizing and dragging this element on. This allows
you to, for example, get the correct resize and drag deltas while you are zoomed in or out via
a transform or matrix in the parent of this element.
If omitted, set `1`.
## Callback

@@ -483,2 +496,6 @@

#### v9.1.1
- Fix: Add `scale` props to index.js.flow.
#### v9.1.0

@@ -485,0 +502,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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