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

karma-mocha-reporter

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-mocha-reporter - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

5

index.js

@@ -426,2 +426,7 @@ 'use strict';

// set item success to true when item is skipped
if (item.skipped) {
item.success = true;
}
// it block

@@ -428,0 +433,0 @@ if (depth === maxDepth) {

6

package.json
{
"name": "karma-mocha-reporter",
"description": "Karma reporter with mocha style logging.",
"version": "1.2.2",
"version": "1.2.3",
"homepage": "http://www.litixsoft.de/modules-karmamochareporter",

@@ -58,3 +58,3 @@ "author": "Litixsoft GmbH <info@litixsoft.de> (http://www.litixsoft.de)",

"grunt-karma": "^0.12.1",
"grunt-shell": "^1.1.2",
"grunt-shell": "^1.2.1",
"jasmine-core": "^2.4.1",

@@ -76,4 +76,4 @@ "karma-chai": "^0.1.0",

"chalk": "1.1.1",
"karma": ">=0.9"
"karma": ">=0.13"
}
}

@@ -210,2 +210,5 @@ # karma-mocha-reporter

## Release History
### v1.2.3
* Set property success to `true` when a test is skipped. Prevents wrong output in the failure summary
### v1.2.2

@@ -212,0 +215,0 @@ * Update error message when diff output is enabled and the required modules are missing

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