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.1.2 to 0.1.3

4

lib/knockout.autocomplete.js

@@ -291,2 +291,6 @@ /*global ko, jQuery, define, document, window*/

$element.on("keydown", function (e) {
if (e.ctrlKey || e.metaKey || e.altKey || e.shiftKey) {
// This is a modified key event. Don't react to those.
return true;
}
switch (e.which) {

@@ -293,0 +297,0 @@ case keys.up:

2

package.json
{
"name": "knockout.autocomplete",
"version": "0.1.2",
"version": "0.1.3",
"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