Socket
Socket
Sign inDemoInstall

@ms-cloudpack/task-reporter

Package Overview
Dependencies
Maintainers
3
Versions
42
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.14.3 to 0.14.4

1

lib-commonjs/index.d.ts

@@ -14,2 +14,3 @@ export { black, blue, bold, clearLine, cyan, darkGrey, gradient, green, grey, lightBlack, lightBlue, lightCyan, lightGreen, lightGrey, lightMagenta, lightRed, lightWhite, lightYellow, magenta, moveDownLines, moveUpLines, red, white, yellow, } from './ansiHelpers.js';

export { indent } from './indent.js';
export { setStdoutOverride } from './write.js';
//# sourceMappingURL=index.d.ts.map

3

lib-commonjs/write.d.ts
/**
* Set a function to call instead of `process.stdout.write`.
* Set a function for TaskReporter to call instead of `process.stdout.write`.
* This allows overriding *only* the TaskReporter output, not Jest's output.
*/

@@ -4,0 +5,0 @@ export declare function setStdoutOverride(stdoutOverride?: {

@@ -14,2 +14,3 @@ export { black, blue, bold, clearLine, cyan, darkGrey, gradient, green, grey, lightBlack, lightBlue, lightCyan, lightGreen, lightGrey, lightMagenta, lightRed, lightWhite, lightYellow, magenta, moveDownLines, moveUpLines, red, white, yellow, } from './ansiHelpers.js';

export { indent } from './indent.js';
export { setStdoutOverride } from './write.js';
//# sourceMappingURL=index.d.ts.map

@@ -13,2 +13,3 @@ export { black, blue, bold, clearLine, cyan, darkGrey, gradient, green, grey, lightBlack, lightBlue, lightCyan, lightGreen, lightGrey, lightMagenta, lightRed, lightWhite, lightYellow, magenta, moveDownLines, moveUpLines, red, white, yellow, } from './ansiHelpers.js';

export { indent } from './indent.js';
export { setStdoutOverride } from './write.js';
//# sourceMappingURL=index.js.map
/**
* Set a function to call instead of `process.stdout.write`.
* Set a function for TaskReporter to call instead of `process.stdout.write`.
* This allows overriding *only* the TaskReporter output, not Jest's output.
*/

@@ -4,0 +5,0 @@ export declare function setStdoutOverride(stdoutOverride?: {

let stdoutWriteOverride;
let stdoutColumnsOverride;
/**
* Set a function to call instead of `process.stdout.write`.
* Set a function for TaskReporter to call instead of `process.stdout.write`.
* This allows overriding *only* the TaskReporter output, not Jest's output.
*/

@@ -6,0 +7,0 @@ export function setStdoutOverride(stdoutOverride) {

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

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

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

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

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

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