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 1.6.0 to 1.6.1

3

lib/knockout.dragdrop.js

@@ -359,3 +359,3 @@ /*global ko, jQuery*/

var name = options.name;
var dragDistance = options.dragDistance || 10;
var dragDistance = typeof options.dragDistance === 'number' ? options.dragDistance : 10;
dropZones[name] = dropZones[name] || [];

@@ -520,2 +520,3 @@ eventZones[name] = eventZones[name] || [];

}
return false;
});

@@ -522,0 +523,0 @@

{
"name": "knockout-dragdrop",
"description": "A drag and drop binding for Knockout",
"version": "1.6.0",
"version": "1.6.1",
"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