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.0.1 to 1.0.2

4

index.js

@@ -27,5 +27,3 @@ 'use strict';

// disable chalk when colors is set to false
if (config.colors === false) {
chalk.enabled = false;
}
chalk.enabled = config.colors !== false;

@@ -32,0 +30,0 @@ function getLogSymbol (symbol) {

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

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

"grunt-karma": "^0.10.1",
"grunt-shell": "^1.1.2",
"jasmine-core": "2.2.0",

@@ -52,0 +53,0 @@ "karma-detect-browsers": "^1.1.2",

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

## Release History
### v1.0.2
* enable colors when karma is piped
### v1.0.1

@@ -102,0 +105,0 @@ * print out all errors in the summary when spec fails

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