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

rc-drawer

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-drawer - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

8

lib/Drawer.js

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

_this.setState({
touchIdentifier: touch.identifier,
touchIdentifier: !_this.overlayClicked ? touch.identifier : null,
touchStartX: touch.clientX,

@@ -401,4 +401,8 @@ touchStartY: touch.clientY,

if (this.state.touchSupported) {
evt.onTouchStart = this.onOverlayClicked;
evt.onTouchStart = function () {
_this2.overlayClicked = true;
_this2.onOverlayClicked();
};
evt.onTouchEnd = function () {
_this2.overlayClicked = false;
_this2.setState({

@@ -405,0 +409,0 @@ touchIdentifier: null

{
"name": "rc-drawer",
"version": "0.4.6",
"version": "0.4.7",
"description": "drawer ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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