Socket
Socket
Sign inDemoInstall

@telerik/kendo-draggable

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telerik/kendo-draggable - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

dist/npm/js/main.js

6

dist/npm/js/Draggable.js

@@ -86,3 +86,4 @@ module.exports =

pageY: e.changedTouches[0].pageY,
type: e.type
type: e.type,
originalEvent: e
};

@@ -97,3 +98,4 @@ }

shiftKey: e.shiftKey,
altKey: e.altKey
altKey: e.altKey,
originalEvent: e
};

@@ -100,0 +102,0 @@ }

{
"name": "@telerik/kendo-draggable",
"description": "A cross-browser/event abstraction that handles mouse and touch drag sequences",
"version": "1.3.0",
"version": "1.4.0",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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