Socket
Socket
Sign inDemoInstall

@ms-cloudpack/task-reporter

Package Overview
Dependencies
Maintainers
2
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.3.0 to 0.3.1

lib-commonjs/ansiHelpers.d.ts

1

lib/ansiHelpers.d.ts

@@ -33,1 +33,2 @@ /**

export declare function bold(text?: string | number): string;
//# sourceMappingURL=ansiHelpers.d.ts.map

@@ -6,1 +6,2 @@ export type BulletList = (string | undefined | BulletList)[];

export declare function bulletedList(lines: BulletList, indent?: number): string;
//# sourceMappingURL=bulletedList.d.ts.map

@@ -18,1 +18,2 @@ import type { TaskReporterOptions } from './TaskReporter.js';

export declare const debugLoggingConfig: TaskReporterOptions;
//# sourceMappingURL=configs.d.ts.map

@@ -8,1 +8,2 @@ /**

}): string;
//# sourceMappingURL=formatHelpers.d.ts.map

@@ -10,1 +10,2 @@ /**

export declare function formatTime(time: number): string;
//# sourceMappingURL=formatTime.d.ts.map
export declare function getTimestamp(): string;
//# sourceMappingURL=getTimestamp.d.ts.map

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

export { TaskReporterTask, type TaskReporterTaskResult, type TaskReporterTaskStatus } from './TaskReporterTask.js';
//# sourceMappingURL=index.d.ts.map
export declare function makeValuesUniformLength<T extends Record<string, string>>(obj: T): T;
//# sourceMappingURL=makeValuesUniformLength.d.ts.map

@@ -10,1 +10,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=SpinningSticky.d.ts.map

@@ -9,1 +9,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=Sticky.d.ts.map

@@ -122,1 +122,2 @@ import { TaskReporterTask, type TaskReporterTaskResult } from './TaskReporterTask.js';

}
//# sourceMappingURL=TaskReporter.d.ts.map

@@ -26,1 +26,2 @@ /// <reference types="node" resolution-mode="require"/>

}
//# sourceMappingURL=TaskReporterTask.d.ts.map
export {};
//# sourceMappingURL=test.d.ts.map
export declare function write(message: string): void;
//# sourceMappingURL=write.d.ts.map

@@ -13,1 +13,2 @@ import { Sticky } from './Sticky.js';

}
//# sourceMappingURL=Writer.d.ts.map

5

package.json
{
"name": "@ms-cloudpack/task-reporter",
"version": "0.3.0",
"version": "0.3.1",
"description": "Helpers for logging tasks to the console.",

@@ -34,4 +34,5 @@ "license": "MIT",

"files": [
"lib/**/!(*.test.*)"
"lib/**/!(*.test.*)",
"lib-commonjs/**/!(*.test.*)"
]
}
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