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

testem-time-reporter

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testem-time-reporter - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

6

index.js

@@ -21,6 +21,6 @@ /* eslint-env node */

if (data.error && data.error.message) {
write(chalk.red(data.error.message) + '\n');
write(chalk.red(data.error.stack) + '\n');
write(`\t ${chalk.red(data.error.message)} \n`);
write(`\t${chalk.red(data.error.stack)} \n`);
} else {
write(chalk.red(`${JSON.stringify(data)}`));
write(`\t ${chalk.red(JSON.stringify(data))} \n`);
}

@@ -27,0 +27,0 @@ this.failures.push(data);

{
"name": "testem-time-reporter",
"version": "1.2.6",
"version": "1.2.7",
"description": "A testem reporter for highlighting tests",

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