Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-spec-reporter

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-spec-reporter - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

1

index.js

@@ -82,2 +82,3 @@ require('colors');

this.onBrowserLog = function(browser, log, type) {
if(config.logLevel === 'DISABLE' || config.logLevel === 'ERROR' || config.logLevel === 'WARN'){return;}
if (this._browsers && this._browsers.length === 1) {

@@ -84,0 +85,0 @@ this.write(this.LOG_SINGLE_BROWSER, type.toUpperCase(), this.USE_COLORS ? log.cyan : log);

2

package.json
{
"name": "karma-spec-reporter",
"version": "0.0.13",
"version": "0.0.14",
"description": "A Karma plugin. Report all spec-results to console (like mocha's spec reporter).",

@@ -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