mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Update packages/safe-chain/src/registryProxy/interceptors/npm/modifyNpmInfo.js
This commit is contained in:
parent
2cba4be1aa
commit
a7388bbdcf
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ function deleteVersionFromJson(json, version) {
|
|||
|
||||
const packageName = typeof json?.name === "string" ? json.name : "(unknown)";
|
||||
|
||||
ui.writeInformation(
|
||||
ui.writeVerbose(
|
||||
`Safe-chain: ${packageName}@${version} is newer than ${getMinimumPackageAgeHours()} hours and was removed (minimumPackageAgeInHours setting).`
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue