Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

knockout.typeahead

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knockout.typeahead - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

7

knockout.typeahead.js

@@ -20,2 +20,3 @@ var ko = require("knockout");

var displayedProperty = ko.unwrap(allBindings().displayKey);
var user_typeahead_options = ko.unwrap(allBindings().typeaheadOpts) || {};
var value = allBindings.get("value");

@@ -73,6 +74,6 @@

$(element)
.typeahead({
.typeahead(jQuery.extend({
hint: true,
highlight: true
}, typeaheadOpts)
highlight: true,
}, user_typeahead_options), typeaheadOpts)
.on("typeahead:selected typeahead:autocompleted", function (e, suggestion) {

@@ -79,0 +80,0 @@ if (onSelect) {

{
"name": "knockout.typeahead",
"version": "4.1.0",
"version": "4.2.0",
"description": "Simple knockout binding which wraps Twitter typeahead.js",

@@ -5,0 +5,0 @@ "main": "knockout.typeahead.js",

Sorry, the diff of this file is not supported yet

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