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
4
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.5.0 to 2.5.1

2

lib/knockout.dragdrop.js

@@ -504,3 +504,3 @@ /*global ko*/

element.addEventListener('selectstart', function (event) {
if (!event.target.tagName || event.target.tagName.toLowerCase() !== 'input') {
if (!event.target.tagName || event.target.tagName.toLowerCase() !== 'input' && event.target.tagName.toLowerCase() !== 'textarea') {
event.preventDefault();

@@ -507,0 +507,0 @@ event.stopPropagation();

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