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.28 to 0.0.29

6

index.js

@@ -14,5 +14,5 @@ require('colors');

if (process && process.platform === 'win32') {
this.prefixes.success = '\u221A';
this.prefixes.failure = '\u00D7';
this.prefixes.skipped = '.';
this.prefixes.success = '\u221A ';
this.prefixes.failure = '\u00D7 ';
this.prefixes.skipped = '- ';
}

@@ -19,0 +19,0 @@

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