@ms-cloudpack/task-reporter
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -11,3 +11,3 @@ import { Writer } from './Writer.js'; | ||
import { formatMemoryString } from './formatMemoryString.js'; | ||
import { bulletedList } from './index.js'; | ||
import { bulletedList, defaultLoggingConfig } from './index.js'; | ||
/** Controls how many tasks should be displayed in the pending sticky list. */ | ||
@@ -58,3 +58,3 @@ const maxRunningTasksShown = 5; | ||
export class TaskReporter { | ||
constructor(options = {}) { | ||
constructor(options = defaultLoggingConfig) { | ||
this._ignoredLogMessages = []; | ||
@@ -61,0 +61,0 @@ // This must be set to an empty object initially so that if initial options are provided, |
{ | ||
"name": "@ms-cloudpack/task-reporter", | ||
"version": "0.11.0", | ||
"version": "0.11.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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
270093
0