ember-cli-poly-component
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -51,2 +51,4 @@ import Ember from 'ember'; | ||
var componentName = get(this, '_componentName'); | ||
console.log(componentName); | ||
var container = get(this, 'container'); | ||
@@ -62,3 +64,3 @@ var componentLookup = container.lookup('component-lookup:main'); | ||
if ('_propertiesToBindBinding' in properties) { | ||
if (properties && ('_propertiesToBind' in properties)) { | ||
var label = properties['_propertiesToBindBinding']._label; | ||
@@ -65,0 +67,0 @@ var propertiesToBind = properties['_propertiesToBindBinding'].value(); |
{ | ||
"name": "ember-cli-poly-component", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
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
22914100
345
214011
2
1