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.0 to 1.0.1

6

index.js

@@ -164,3 +164,7 @@ 'use strict';

// add the error log in red
line += chalk.red(formatError((item.log || [])[0], repeatString(' ', depth)));
item.log = item.log || [];
item.log.forEach(function (error) {
line += chalk.red(formatError(error, repeatString(' ', depth)));
});
}

@@ -167,0 +171,0 @@

14

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

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

},
"peerDependencies": {
"karma": ">=0.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-karma": "^0.10.1",
"jasmine-core": "2.2.0",
"karma-detect-browsers": "^1.1.0",
"karma-detect-browsers": "^1.1.2",
"karma-jasmine": "^0.3.5"
},
"dependencies": {
"chalk": "^0.5.1",
"log-symbols": "^1.0.1"
"chalk": "^1.0.0",
"karma": ">=0.9",
"log-symbols": "^1.0.2"
}
}

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

## Release History
### v1.0.1
* print out all errors in the summary when spec fails
### v1.0.0

@@ -102,0 +105,0 @@ * add output option `noFailures` - when set, the failure details are not logged

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