Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-qunit

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-qunit - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

8

lib/ember-qunit/qunit-module.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc