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.5.2 to 6.5.3

4

CHANGELOG.md

@@ -24,4 +24,8 @@ # Changelog

## [6.5.2 (2020-06-26)](https://github.com/bokuweb/re-resizable/compare/v6.5.1...v6.5.2)
### :bug: Bug Fix
- Fixes #522 - Resize without page scrolling on mobile
## [6.5.1 (2020-06-25)](https://github.com/bokuweb/re-resizable/compare/v6.5.0...v6.5.1)

@@ -28,0 +32,0 @@

2

lib/index.es5.js

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

}
if (event instanceof TouchEvent) {
if (event instanceof this.window.TouchEvent) {
try {

@@ -678,0 +678,0 @@ event.preventDefault();

@@ -573,3 +573,3 @@ var __extends = (this && this.__extends) || (function () {

}
if (event instanceof TouchEvent) {
if (event instanceof this.window.TouchEvent) {
try {

@@ -576,0 +576,0 @@ event.preventDefault();

{
"name": "re-resizable",
"version": "6.5.2",
"version": "6.5.3",
"description": "Resizable component for React.",

@@ -54,3 +54,3 @@ "title": "re-resizable",

"@storybook/react": "5.3.19",
"@types/node": "12.12.47",
"@types/node": "12.12.50",
"@types/react": "16.8.7",

@@ -57,0 +57,0 @@ "@types/react-dom": "16.9.8",

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