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
2
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.1.0 to 1.1.1

2

lib/knockout.dragdrop.js

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

if (this.inside && this.dragLeave) {
this.dragLeave(event);
this.dragLeave(event, this.data);
}

@@ -102,0 +102,0 @@ this.active = false;

{
"name": "knockout-dragdrop",
"description": "A drag and drop binding for Knockout",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [

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

@@ -20,7 +20,7 @@ # knockout-dragdrop

<ul data-bind="foreach: source">
<li data-bind="text: $data, dragzone: { name: 'lists' }"></li>
<li data-bind="text: $data, dragZone: { name: 'lists' }"></li>
</ul>
<h2>Drop here</h2>
<ul data-bind="foreach: target, dropzone: { name: 'lists', drop: drop }">
<ul data-bind="foreach: target, dropZone: { name: 'lists', drop: drop }">
<li data-bind="text: $data"></li>

@@ -27,0 +27,0 @@ </ul>

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