Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backfill-cache

Package Overview
Dependencies
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backfill-cache - npm Package Compare versions

Comparing version 5.6.4 to 5.7.0

44

CHANGELOG.json

@@ -5,6 +5,48 @@ {

{
"date": "Thu, 13 Apr 2023 20:28:14 GMT",
"date": "Tue, 05 Sep 2023 19:56:31 GMT",
"tag": "backfill-cache_v5.7.0",
"version": "5.7.0",
"comments": {
"minor": [
{
"author": "elcraig@microsoft.com",
"package": "backfill-cache",
"commit": "855bedee100eaa54032d85e7cd92f9205e914712",
"comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14"
},
{
"author": "beachball",
"package": "backfill-cache",
"comment": "Bump backfill-config to v6.4.0",
"commit": "855bedee100eaa54032d85e7cd92f9205e914712"
},
{
"author": "beachball",
"package": "backfill-cache",
"comment": "Bump backfill-logger to v5.2.0",
"commit": "855bedee100eaa54032d85e7cd92f9205e914712"
}
]
}
},
{
"date": "Tue, 05 Sep 2023 19:33:16 GMT",
"tag": "backfill-cache_v5.6.4",
"version": "5.6.4",
"comments": {
"none": [
{
"author": "elcraig@microsoft.com",
"package": "backfill-cache",
"commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1",
"comment": "Unpin devDependencies"
}
]
}
},
{
"date": "Thu, 13 Apr 2023 20:28:21 GMT",
"tag": "backfill-cache_v5.6.4",
"version": "5.6.4",
"comments": {
"patch": [

@@ -11,0 +53,0 @@ {

# Change Log - backfill-cache
This log was last generated on Thu, 13 Apr 2023 20:28:14 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.7.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)
- Bump backfill-config to v6.4.0
- Bump backfill-logger to v5.2.0
## 5.6.4
Thu, 13 Apr 2023 20:28:14 GMT
Thu, 13 Apr 2023 20:28:21 GMT

@@ -11,0 +21,0 @@ ### Patches

27

package.json
{
"name": "backfill-cache",
"version": "5.6.4",
"version": "5.7.0",
"description": "Backfill Cache Providers",

@@ -21,4 +21,4 @@ "license": "MIT",

"@rushstack/package-deps-hash": "^3.2.4",
"backfill-config": "^6.3.1",
"backfill-logger": "^5.1.3",
"backfill-config": "^6.4.0",
"backfill-logger": "^5.2.0",
"execa": "^5.0.0",

@@ -32,12 +32,15 @@ "find-up": "^5.0.0",

"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/jest": "25.2.3",
"@types/node": "14.18.36",
"@types/tar-fs": "2.0.1",
"backfill-utils-test": "^5.1.3",
"backfill-utils-tsconfig": "^5.0.0",
"jest": "25.5.4",
"ts-jest": "25.5.1",
"typescript": "4.1.2"
"@types/fs-extra": "^9.0.13",
"@types/jest": "^25.2.3",
"@types/node": "^14.18.36",
"@types/tar-fs": "^2.0.1",
"backfill-utils-test": "*",
"backfill-utils-tsconfig": "*",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "~4.1.2"
},
"engines": {
"node": ">=14"
}
}
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