New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-mocha

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-mocha - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

9

index.js

@@ -66,5 +66,8 @@ /*jshint node:true*/

included: function(app) {
this._super.included(app);
included: function included(app, parentAddon) {
var target = (parentAddon || app);
this._super.included.call(this, target);
this.options = target.options;
if (app.tests) {

@@ -126,3 +129,3 @@ var fileAssets = [

// Skip if useLintTree === false.
if (this.options['ember-cli-mocha'] && this.options['ember-cli-mocha'].useLintTree === false) {
if (this.options && this.options['ember-cli-mocha'] && this.options['ember-cli-mocha'].useLintTree === false) {
// Fakes an empty broccoli tree

@@ -129,0 +132,0 @@ return { inputTree: tree, rebuild: function() { return []; } };

{
"name": "ember-cli-mocha",
"version": "0.9.6",
"version": "0.9.7",
"description": "Mocha and Chai tests for ember-cli applications",

@@ -5,0 +5,0 @@ "main": "index.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