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.3 to 0.0.4

9

lib/knockout.autocomplete.js

@@ -262,6 +262,3 @@ /*global ko, jQuery, define, document, window*/

var justPasted = false;
$element.on("paste", function (e) {
justPasted = true;
if (window.clipboardData) {

@@ -304,8 +301,2 @@ // IE

$element.on("keyup", function (e) {
if (justPasted) {
justPasted = false;
freeTextSelect();
return;
}
if (separators && separators.test(element.value)) {

@@ -312,0 +303,0 @@ freeTextSelect();

2

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