ember-cli-poly-component
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -29,3 +29,3 @@ import Ember from 'ember'; | ||
} else { | ||
if (value.isStream) { | ||
if (value && value.isStream) { | ||
destination[key + 'Binding'] = view._getBindingForStream(value); | ||
@@ -32,0 +32,0 @@ } else { |
{ | ||
"name": "ember-cli-poly-component", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -14,3 +14,3 @@ "directories": { | ||
}, | ||
"repository": "", | ||
"repository": "https://github.com/martndemus/ember-cli-poly-component", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">= 0.10.0" |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7093