New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ms-cloudpack/task-reporter

Package Overview
Dependencies
Maintainers
2
Versions
47
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

to
0.10.1

2

lib/ansiHelpers.js

@@ -72,3 +72,3 @@ import { write } from './write.js';

// Compute the rgb values for the current character where the first color should match "from" and the last should
// match "to", and values inbetween should be interpolated.
// match "to", and values in between should be interpolated.
const r = Math.floor(from[0] + (to[0] - from[0]) * (i / text.length));

@@ -75,0 +75,0 @@ const g = Math.floor(from[1] + (to[1] - from[1]) * (i / text.length));

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.37.1"
"packageVersion": "7.38.1"
}
]
}
{
"name": "@ms-cloudpack/task-reporter",
"version": "0.10.0",
"version": "0.10.1",
"description": "Helpers for logging tasks to the console.",

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

@@ -37,3 +37,3 @@ # @ms-cloudpack/task-reporter

2b. For tasks that may not be easily encapsulated within a wrapper function, you can use the `addtask` method:
2b. For tasks that may not be easily encapsulated within a wrapper function, you can use the `addTask` method:

@@ -72,3 +72,3 @@ ```ts

4. When all your tasks are completed, or if you encounted an exit-early scenario, call `reporter.complete('reason')`
1. When all your tasks are completed, or if you encountered an exit-early scenario, call `reporter.complete('reason')`
to end task logging:

@@ -75,0 +75,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet