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

backfill-config

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backfill-config - npm Package Compare versions

Comparing version 6.3.1 to 6.4.0

40

CHANGELOG.json

@@ -5,6 +5,42 @@ {

{
"date": "Thu, 08 Dec 2022 02:52:04 GMT",
"date": "Tue, 05 Sep 2023 19:56:31 GMT",
"tag": "backfill-config_v6.4.0",
"version": "6.4.0",
"comments": {
"minor": [
{
"author": "elcraig@microsoft.com",
"package": "backfill-config",
"commit": "855bedee100eaa54032d85e7cd92f9205e914712",
"comment": "Require Node 14; add downlevel syntax compilation to ES2020 for Node 14"
},
{
"author": "beachball",
"package": "backfill-config",
"comment": "Bump backfill-logger to v5.2.0",
"commit": "855bedee100eaa54032d85e7cd92f9205e914712"
}
]
}
},
{
"date": "Tue, 05 Sep 2023 19:33:16 GMT",
"tag": "backfill-config_v6.3.1",
"version": "6.3.1",
"comments": {
"none": [
{
"author": "elcraig@microsoft.com",
"package": "backfill-config",
"commit": "7d9dc77bc01070d0e805cd74b15bef16281f28a1",
"comment": "Unpin devDependencies"
}
]
}
},
{
"date": "Thu, 08 Dec 2022 02:52:13 GMT",
"tag": "backfill-config_v6.3.1",
"version": "6.3.1",
"comments": {
"patch": [

@@ -15,3 +51,3 @@ {

"comment": "Bump backfill-utils-test to v5.1.3",
"commit": "db3823d3762dcf07ef2868b8f7facfda5a57f928"
"commit": "d9352a0c5f7316f104d99a397c54886f94463429"
}

@@ -18,0 +54,0 @@ ]

# Change Log - backfill-config
This log was last generated on Thu, 08 Dec 2022 02:52:04 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 -->
## 6.4.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-logger to v5.2.0
## 6.3.1
Thu, 08 Dec 2022 02:52:04 GMT
Thu, 08 Dec 2022 02:52:13 GMT

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

21

package.json
{
"name": "backfill-config",
"version": "6.3.1",
"version": "6.4.0",
"description": "Backfill Config",

@@ -19,3 +19,3 @@ "license": "MIT",

"dependencies": {
"backfill-logger": "^5.1.3",
"backfill-logger": "^5.2.0",
"find-up": "^5.0.0",

@@ -26,10 +26,13 @@ "fs-extra": "^8.1.0",

"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/jest": "25.2.3",
"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",
"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