ember-cli-test-helpers
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -58,3 +58,3 @@ import Ember from "ember"; | ||
} | ||
if(unfired.contentType && unhandled.contentType && !_.isEqual(unfired.contentType, unhandled.contentType)) { | ||
if((unfired.contentType || unhandled.contentType) && !_.isEqual(unfired.contentType, unhandled.contentType)) { | ||
console.warn("Mocked Content Type: " + unfired.contentType); | ||
@@ -61,0 +61,0 @@ console.warn("Real Request Content Type: " + unhandled.contentType); |
{ | ||
"name": "ember-cli-test-helpers", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A collection of test helpers for ember web applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
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
10478709
179
123963
1