Socket
Socket
Sign inDemoInstall

karma-spec-reporter

Package Overview
Dependencies
Maintainers
3
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.31 to 0.0.32

3

index.js

@@ -1,2 +0,2 @@

require('colors');
var colors = require('colors');

@@ -22,2 +22,3 @@ var SpecReporter = function (baseReporterDecorator, formatError, config) {

if (config.colors) {
colors.enabled = true;
this.USE_COLORS = true;

@@ -24,0 +25,0 @@ this.SPEC_FAILURE = '%s %s FAILED'.red + '\n';

{
"name": "karma-spec-reporter",
"version": "0.0.31",
"version": "0.0.32",
"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