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

ember-cli-auto-complete

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-auto-complete - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

LICENSE

5

addon/components/auto-complete.js

@@ -8,5 +8,6 @@ import Ember from "ember";

visibility: "display:none;",
inputClazz: function() {
inputClass: '',
inputClazz: Ember.computed(function() {
return "typeahead text-input " + this.get('inputClass');
}.property(),
}),
keyUp: function(event){

@@ -13,0 +14,0 @@ if(event.keyCode === 27) {

2

package.json
{
"name": "ember-cli-auto-complete",
"version": "0.0.10",
"version": "0.0.11",
"description": "ember-cli addon that provides type-ahead selection for text inputs",

@@ -5,0 +5,0 @@ "directories": {

@@ -7,3 +7,3 @@ # ember-cli-auto-complete

[ember-cli][] addon that provides type-ahead selection for text inputs
[ember-cli][] addon that provides type-ahead selection for text inputs (requires ember.js 1.11+)

@@ -10,0 +10,0 @@ ## Demo

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