Socket
Socket
Sign inDemoInstall

ember-qunit

Package Overview
Dependencies
Maintainers
2
Versions
83
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.1 to 2.1.2

8

CHANGELOG.md
# Change Log
## [v2.1.2](https://github.com/emberjs/ember-qunit/tree/v2.1.2) (2017-04-11)
[Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.1.1...v2.1.2)
**Merged pull requests:**
- Fix modules with no callbacks [\#267](https://github.com/emberjs/ember-qunit/pull/267) ([trentmwillis](https://github.com/trentmwillis))
## [v2.1.1](https://github.com/emberjs/ember-qunit/tree/v2.1.1) (2017-04-11)

@@ -16,2 +23,3 @@ [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.24...v2.1.1)

- Add RELEASE.md to document release process [\#266](https://github.com/emberjs/ember-qunit/pull/266) ([trentmwillis](https://github.com/trentmwillis))
- Handle async behaviour outside of tests [\#253](https://github.com/emberjs/ember-qunit/pull/253) ([mydea](https://github.com/mydea))

@@ -18,0 +26,0 @@

3

lib/ember-qunit/qunit-module.js

@@ -21,4 +21,5 @@ import Ember from 'ember';

export function createModule(Constructor, name, description, callbacks) {
if (!callbacks) {
if (!callbacks && typeof description === 'object') {
callbacks = description;
description = name;
}

@@ -25,0 +26,0 @@

{
"name": "ember-qunit",
"version": "2.1.1",
"version": "2.1.2",
"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