ember-cli-test-helpers
Advanced tools
Comparing version 0.5.2 to 0.6.0
{ | ||
"name": "ember-cli-test-helpers", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "A collection of test helpers for ember web applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,1 +1,10 @@ | ||
import Application from '../../app'; | ||
Application.initializer({ | ||
name: 'ember-cli-test-helpers-extract-container', | ||
initialize: function(c) { | ||
window.__container__ = c; | ||
} | ||
}); | ||
var lookup = function(name) { | ||
@@ -2,0 +11,0 @@ var container = window.__container__; |
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
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
13578
270
0
12