backfill-logger
Advanced tools
Comparing version 5.1.3 to 5.2.0
@@ -5,6 +5,111 @@ { | ||
{ | ||
"date": "Tue, 27 Apr 2021 09:05:35 GMT", | ||
"date": "Tue, 05 Sep 2023 19:56:31 GMT", | ||
"tag": "backfill-logger_v5.2.0", | ||
"version": "5.2.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-logger", | ||
"commit": "855bedee100eaa54032d85e7cd92f9205e914712", | ||
"comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 05 Sep 2023 19:33:16 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-logger", | ||
"commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1", | ||
"comment": "Unpin devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 30 Dec 2022 05:14:35 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "email not defined", | ||
"package": "backfill-logger", | ||
"commit": "96510e9fba86065f54a7ae47408a5646629502db", | ||
"comment": "Update devDependency @types/node to v14.18.36" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 08 Dec 2022 02:38:15 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "backfill-logger", | ||
"commit": "8933334a222411ce6811ebd1460c84c5f9b97cbf", | ||
"comment": "Update package.json ordering with prettier-package-json" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 08 Dec 2022 02:23:52 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "renovate@whitesourcesoftware.com", | ||
"package": "backfill-logger", | ||
"commit": "not available", | ||
"comment": "Update @types devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 08 Dec 2022 02:23:21 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "renovate@whitesourcesoftware.com", | ||
"package": "backfill-logger", | ||
"commit": "3c69db3d2f49ab2adc0c9191e69355b6569f08b2", | ||
"comment": "Update @types devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 08 Dec 2022 00:58:32 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "email not defined", | ||
"package": "backfill-logger", | ||
"commit": "080fb1aa0570751e1e4d0429c1eb40e449621d4d", | ||
"comment": "Pin devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 27 Apr 2021 09:06:13 GMT", | ||
"tag": "backfill-logger_v5.1.3", | ||
"version": "5.1.3", | ||
"comments": { | ||
"patch": [ | ||
@@ -11,0 +116,0 @@ { |
# Change Log - backfill-logger | ||
This log was last generated on Tue, 27 Apr 2021 09:05:35 GMT and should not be manually modified. | ||
This log was last generated on Tue, 05 Sep 2023 19:56:31 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 5.2.0 | ||
Tue, 05 Sep 2023 19:56:31 GMT | ||
### Minor changes | ||
- Require Node 14; add downlevel syntax compilation to ES2020 for Node 14 (elcraig@microsoft.com) | ||
## 5.1.3 | ||
Tue, 27 Apr 2021 09:05:35 GMT | ||
Tue, 27 Apr 2021 09:06:13 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -7,15 +7,6 @@ export declare type Console = { | ||
export declare const defaultConsole: { | ||
info: { | ||
(...data: any[]): void; | ||
(message?: any, ...optionalParams: any[]): void; | ||
}; | ||
warn: { | ||
(...data: any[]): void; | ||
(message?: any, ...optionalParams: any[]): void; | ||
}; | ||
error: { | ||
(...data: any[]): void; | ||
(message?: any, ...optionalParams: any[]): void; | ||
}; | ||
info: (message?: any, ...optionalParams: any[]) => void; | ||
warn: (message?: any, ...optionalParams: any[]) => void; | ||
error: (message?: any, ...optionalParams: any[]) => void; | ||
}; | ||
//# sourceMappingURL=console.d.ts.map |
{ | ||
"name": "backfill-logger", | ||
"version": "5.2.0", | ||
"description": "Handle backfill output", | ||
@@ -10,3 +11,2 @@ "license": "MIT", | ||
}, | ||
"version": "5.1.3", | ||
"main": "lib/index.js", | ||
@@ -24,7 +24,10 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/fs-extra": "^9.0.11", | ||
"@types/node": "^14.14.41", | ||
"backfill-utils-tsconfig": "^5.0.0", | ||
"typescript": "4.1.2" | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/node": "^14.18.36", | ||
"backfill-utils-tsconfig": "*", | ||
"typescript": "~4.1.2" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
} | ||
} |
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
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
28280
510
1