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

@ms-cloudpack/task-reporter

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/task-reporter - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/TaskReporter.js

@@ -227,3 +227,3 @@ import { Writer } from './Writer.js';

if (summaryMessage || this._completeReason) {
this._writer.write(`Summary: ${this._completeReason}\n${summaryMessage}`);
this._writer.write([this._completeReason && `Summary: ${this._completeReason}`, summaryMessage].filter(Boolean).join(`\n`));
}

@@ -230,0 +230,0 @@ if (this._hasCompleted) {

{
"name": "@ms-cloudpack/task-reporter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Helpers for logging tasks to the console.",

@@ -5,0 +5,0 @@ "license": "MIT",

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