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

@spartez-software/test-utils

Package Overview
Dependencies
Maintainers
7
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spartez-software/test-utils - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

lib/TestLogger.d.ts
export declare class TestLogger {
log(message: string, ...data: any[]): void;
log(message: string, ...data: unknown[]): void;
count(message: string): void;

@@ -4,0 +4,0 @@ message(rawMessage: string): string;

@@ -10,3 +10,2 @@ "use strict";

log(message, ...data) {
const dataWithContext = [this.logContext(), ...data];
if (data && data.length > 0) {

@@ -13,0 +12,0 @@ console.log(this.colorMessage(`${this.logContext()}: ${message}`), data);

{
"name": "@spartez-software/test-utils",
"version": "0.0.13",
"version": "0.0.14",
"description": "Spartez tests helper lib ",

@@ -43,3 +43,3 @@ "author": "Bartłomiej Zięba <bartlomiej.zieba@spartez-software.com>",

},
"gitHead": "527e16884eefeec20ef6a386fbbab611f22dedc6"
"gitHead": "e5f1a8bc0987c147502b4e0d752eab9df72e4da8"
}

Sorry, the diff of this file is not supported yet

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