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

re-resizable

Package Overview
Dependencies
Maintainers
1
Versions
88
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.3 to 6.9.4

3

lib/index.js

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

element.style.left = '0';
element.style.flex = '0';
element.style.flex = '0 0 100%';
if (element.classList) {

@@ -363,2 +363,3 @@ element.classList.add(baseClassName);

base.style.minWidth = '100%';
base.style.minHeight = '100%';
var size = {

@@ -365,0 +366,0 @@ width: base.offsetWidth,

{
"name": "re-resizable",
"version": "6.9.3",
"version": "6.9.4",
"description": "Resizable component for React.",

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

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