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

unidragger

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unidragger - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

package.json
{
"name": "unidragger",
"version": "2.2.1",
"version": "2.2.2",
"description": "Base draggable class",

@@ -5,0 +5,0 @@ "main": "unidragger.js",

/*!
* Unidragger v2.2.1
* Unidragger v2.2.2
* Draggable base class

@@ -68,2 +68,7 @@ * MIT license

handle[ bindMethod ]( 'click', this );
// touch-action: none to override browser touch gestures
// metafizzy/flickity#540
if ( window.PointerEvent ) {
handle.style.touchAction = isBind ? 'none' : '';
}
}

@@ -70,0 +75,0 @@ };

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