ember-qunit
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -57,7 +57,9 @@ import Ember from 'ember'; | ||
after() { | ||
let result = after.apply(this, arguments); | ||
module = null; | ||
return result; | ||
try { | ||
return after.apply(this, arguments); | ||
} finally { | ||
after = afterEach = before = beforeEach = callbacks = module = null; | ||
} | ||
} | ||
}); | ||
} |
{ | ||
"name": "ember-qunit", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "QUnit helpers for testing Ember.js applications", | ||
@@ -5,0 +5,0 @@ "main": "lib/ember-qunit.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
227264
211
1