Socket
Socket
Sign inDemoInstall

ember-cli-qunit

Package Overview
Dependencies
Maintainers
6
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-qunit - npm Package Compare versions

Comparing version 4.1.1 to 4.2.0

10

CHANGELOG.md
# Change Log
## v4.2.0 (2017-12-17)
#### :rocket: Enhancement
* [#196](https://github.com/ember-cli/ember-cli-qunit/pull/196) Update ember-qunit to 3.2.0 (includes `setupApplicationTest`).. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([rwjblue](https://github.com/rwjblue))
## [v4.1.0](https://github.com/ember-cli/ember-cli-qunit/tree/v4.1.0) (2017-11-11)

@@ -679,3 +687,1 @@ [Full Changelog](https://github.com/ember-cli/ember-cli-qunit/compare/v4.0.2...v4.1.0)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

16

package.json
{
"name": "ember-cli-qunit",
"version": "4.1.1",
"version": "4.2.0",
"description": "QUnit testing package for ember-cli applications",

@@ -10,2 +10,3 @@ "main": "index.js",

"scripts": {
"changelog": "lerna-changelog",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -38,3 +39,3 @@ },

"ember-cli-babel": "^6.8.1",
"ember-qunit": "^3.1.0"
"ember-qunit": "^3.2.0"
},

@@ -47,4 +48,15 @@ "devDependencies": {

"ember-resolver": "^4.4.0",
"lerna-changelog": "^0.7.0",
"loader.js": "^4.6.0"
},
"changelog": {
"repo": "ember-cli/ember-cli-qunit",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
}
}

Sorry, the diff of this file is not supported yet

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