@code-pushup/utils
Advanced tools
Comparing version 0.27.1 to 0.28.0
{ | ||
"name": "@code-pushup/utils", | ||
"version": "0.27.1", | ||
"version": "0.28.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@code-pushup/models": "*", |
export { exists } from '@code-pushup/models'; | ||
export { Diff, matchArrayItemsByKey, comparePairs } from './lib/diff'; | ||
export { Diff, comparePairs, matchArrayItemsByKey } from './lib/diff'; | ||
export { ProcessConfig, ProcessError, ProcessObserver, ProcessResult, executeProcess, } from './lib/execute-process'; | ||
@@ -7,11 +7,13 @@ export { CrawlFileSystemOptions, FileResult, MultipleFileResults, crawlFileSystem, directoryExists, ensureDirectoryExists, fileExists, findLineNumberInText, importEsmModule, logMultipleFileResults, pluginWorkDir, readJsonFile, readTextFile, removeDirectoryIfExists, } from './lib/file-system'; | ||
export { formatBytes, formatDuration, pluralize, pluralizeToken, slugify, truncateDescription, truncateIssueMessage, truncateText, truncateTitle, } from './lib/formatting'; | ||
export { formatGitPath, getGitRoot, getLatestCommit, toGitPath, getCurrentBranchOrTag, safeCheckout, } from './lib/git'; | ||
export { formatGitPath, getCurrentBranchOrTag, getGitRoot, getLatestCommit, safeCheckout, toGitPath, } from './lib/git'; | ||
export { groupByStatus } from './lib/group-by-status'; | ||
export { isPromiseFulfilledResult, isPromiseRejectedResult, } from './lib/guards'; | ||
export { logMultipleResults } from './lib/log-results'; | ||
export { CliUi, Column, link, ui } from './lib/logging'; | ||
export { ProgressBar, getProgressBar } from './lib/progress'; | ||
export { logStdoutSummary } from './lib/reports/log-stdout-summary'; | ||
export { CODE_PUSHUP_DOMAIN, FOOTER_PREFIX, README_LINK, TERMINAL_WIDTH, } from './lib/reports/constants'; | ||
export { listAuditsFromAllPlugins, listGroupsFromAllPlugins, } from './lib/reports/flatten-plugins'; | ||
export { generateMdReport } from './lib/reports/generate-md-report'; | ||
export { generateMdReportsDiff } from './lib/reports/generate-md-reports-diff'; | ||
export { logStdoutSummary } from './lib/reports/log-stdout-summary'; | ||
export { scoreReport } from './lib/reports/scoring'; | ||
@@ -23,2 +25,1 @@ export { sortReport } from './lib/reports/sorting'; | ||
export { verboseUtils } from './lib/verbose-utils'; | ||
export { link, ui, CliUi, Column } from './lib/logging'; |
Sorry, the diff of this file is too big to display
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
100375
2665
0