ember-cli-auto-complete
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -13,3 +13,3 @@ import Ember from "ember"; | ||
this.set("visibility", "display:block;"); | ||
this.set("inputVal", $(event.target).val()); | ||
this.set("inputVal", Ember.$(event.target).val()); | ||
} | ||
@@ -16,0 +16,0 @@ }, |
{ | ||
"name": "ember-cli-auto-complete", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "ember-cli addon that provides type-ahead selection for text inputs", | ||
@@ -24,15 +24,17 @@ "directories": { | ||
"devDependencies": { | ||
"bower": "^1.3.12", | ||
"broccoli-asset-rev": "^2.0.0", | ||
"broccoli-ember-hbs-template-compiler": "^1.6.1", | ||
"ember-cli": "0.1.15", | ||
"ember-cli-6to5": "^3.0.0", | ||
"ember-cli": "0.2.0-beta.1", | ||
"ember-cli-app-version": "0.3.1", | ||
"ember-cli-babel": "^4.0.0", | ||
"ember-cli-content-security-policy": "0.3.0", | ||
"ember-cli-dependency-checker": "0.0.7", | ||
"ember-cli-htmlbars": "0.7.4", | ||
"ember-cli-inject-live-reload": "^1.3.0", | ||
"ember-cli-qunit": "0.3.7", | ||
"ember-cli-app-version": "0.3.1", | ||
"ember-cli-qunit": "0.3.8", | ||
"ember-cli-uglify": "1.0.1", | ||
"ember-export-application-global": "^1.0.2", | ||
"express": "^4.8.5", | ||
"glob": "^4.0.5" | ||
"glob": "^4.0.5", | ||
"rimraf": "2.3.1" | ||
}, | ||
@@ -39,0 +41,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4925096
139
60970
0
15