Socket
Socket
Sign inDemoInstall

karma-brief-reporter

Package Overview
Dependencies
154
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

lib/util/cli-color-optional.js

2

lib/data/types.js
'use strict'
let clc = require('cli-color')
let clc = require('../util/cli-color-optional')

@@ -5,0 +5,0 @@ let counter = 0

'use strict'
let clc = require('cli-color')
let clc = require('./cli-color-optional')
const pad = require('pad-left')

@@ -65,3 +65,3 @@

failedSuites.forEach(function (suite) {
write(suite.toString())
write(clc.fixMoveRight(suite.toString()))
})

@@ -68,0 +68,0 @@ }

{
"name": "karma-brief-reporter",
"description": "Reports test progress statistics and lists failures at the end of a Karma test run.",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/prantlf/karma-brief-reporter",

@@ -6,0 +6,0 @@ "author": {

@@ -31,3 +31,4 @@ /* eslint-env mocha */

'white': sinon.stub(),
'yellow': sinon.stub()
'yellow': sinon.stub(),
'fixMoveRight': sinon.stub()
}

@@ -34,0 +35,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc