New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

knockout-dragdrop

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knockout-dragdrop - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

4

lib/knockout.dragdrop.js

@@ -684,2 +684,6 @@ /*global ko*/

}, ko.unwrap(options.longTapDelay));
element.addEventListener('touchend', function () {
clearTimeout(touchDragTimer);
});
}

@@ -686,0 +690,0 @@

2

package.json
{
"name": "knockout-dragdrop",
"description": "A drag and drop binding for Knockout",
"version": "2.4.1",
"version": "2.4.2",
"keywords": [

@@ -6,0 +6,0 @@ "drag and drop"

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