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

knockout.autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knockout.autocomplete - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

10

lib/knockout.autocomplete.js

@@ -363,3 +363,5 @@ /*global ko, jQuery, define, document, window*/

moves += 1;
$highlightedElements.removeClass('touching');
if ($highlightedElements) {
$highlightedElements.removeClass('touching');
}

@@ -374,4 +376,6 @@ if (e.stopPropagation) {

setTimeout(function () {
$highlightedElements.removeClass('touching');
$highlightedElements = null;
if ($highlightedElements) {
$highlightedElements.removeClass('touching');
$highlightedElements = null;
}
}, 300);

@@ -378,0 +382,0 @@

{
"name": "knockout.autocomplete",
"version": "0.0.4",
"version": "0.0.5",
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>",

@@ -5,0 +5,0 @@ "dependencies": {},

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