Socket
Socket
Sign inDemoInstall

re-resizable

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

re-resizable - npm Package Compare versions

Comparing version 6.9.9 to 6.9.10

2

package.json
{
"name": "re-resizable",
"version": "6.9.9",
"version": "6.9.10",
"description": "Resizable component for React.",

@@ -5,0 +5,0 @@ "title": "re-resizable",

@@ -61,6 +61,8 @@ <p align="center"><img src ="https://github.com/bokuweb/re-resizable/blob/master/logo.png?raw=true" /></p>

```javascript
import { Resizable } from 're-resizable';
<Resizable
defaultSize={{
width:320,
height:200,
width: 320,
height: 200,
}}

@@ -77,2 +79,4 @@ >

```javascript
import { Resizable } from 're-resizable';
<Resizable

@@ -208,3 +212,3 @@ size={{ width: this.state.width, height: this.state.height }}

#### `enable?: ?Enable;`
#### `enable?: ?Enable | false;`

@@ -211,0 +215,0 @@ The `enable` property is used to set the resizable permission of a resizable component.

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