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
1
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.2.0 to 0.2.1

18

index.js

@@ -9,2 +9,20 @@ 'use strict';

overrideTestCommandFilter: function() {
var TestCommand = this.project.require('ember-cli/lib/commands/test');
TestCommand.prototype.buildTestPageQueryString = function(options) {
var queryString = '';
if (options.filter) {
queryString = "?grep=" + options.filter;
}
return queryString;
};
},
init: function() {
this.overrideTestCommandFilter();
},
blueprintsPath: function() {

@@ -11,0 +29,0 @@ return path.join(__dirname, 'blueprints');

2

package.json
{
"name": "ember-cli-mocha",
"version": "0.2.0",
"version": "0.2.1",
"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