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

backfill-config

Package Overview
Dependencies
Maintainers
4
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.0.2 to 6.0.3

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Tue, 01 Dec 2020 09:05:31 GMT",
"date": "Tue, 01 Dec 2020 09:13:05 GMT",
"tag": "backfill-config_v6.0.3",
"version": "6.0.3",
"comments": {
"patch": [
{
"comment": "Run Prettier 2.2.0",
"author": "bewegger@microsoft.com",
"commit": "facba7cd274f1d5b834d87d208f0293f7069ad53",
"package": "backfill-config"
}
]
}
},
{
"date": "Tue, 01 Dec 2020 09:06:20 GMT",
"tag": "backfill-config_v6.0.2",

@@ -8,0 +23,0 @@ "version": "6.0.2",

# Change Log - backfill-config
This log was last generated on Tue, 01 Dec 2020 09:05:31 GMT and should not be manually modified.
This log was last generated on Tue, 01 Dec 2020 09:13:05 GMT and should not be manually modified.
<!-- Start content -->
## 6.0.3
Tue, 01 Dec 2020 09:13:05 GMT
### Patches
- Run Prettier 2.2.0 (bewegger@microsoft.com)
## 6.0.2
Tue, 01 Dec 2020 09:05:31 GMT
Tue, 01 Dec 2020 09:06:20 GMT

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

4

lib/cacheConfig.js

@@ -12,3 +12,3 @@ "use strict";

provider: "npm",
options: { ...parsedOptions }
options: { ...parsedOptions },
};

@@ -33,3 +33,3 @@ }

provider: "azure-blob",
options: { ...parsedOptions }
options: { ...parsedOptions },
};

@@ -36,0 +36,0 @@ }

@@ -19,3 +19,3 @@ "use strict";

READ_WRITE: "",
PASS: ""
PASS: "",
};

@@ -53,3 +53,3 @@ function isCorrectMode(mode) {

cacheStorageConfig: {
provider: "local"
provider: "local",
},

@@ -65,3 +65,3 @@ clearOutput: false,

producePerformanceLogs: false,
validateOutput: false
validateOutput: false,
};

@@ -81,3 +81,3 @@ }

...acc,
...config
...config,
};

@@ -89,3 +89,3 @@ }, {});

...fileBasedConfig,
...envBasedConfig
...envBasedConfig,
};

@@ -92,0 +92,0 @@ }

@@ -10,3 +10,3 @@ {

},
"version": "6.0.2",
"version": "6.0.3",
"main": "lib/index.js",

@@ -20,3 +20,3 @@ "scripts": {

"dependencies": {
"backfill-logger": "^5.0.1",
"backfill-logger": "^5.0.2",
"find-up": "^5.0.0",

@@ -29,3 +29,3 @@ "fs-extra": "^8.1.0",

"@types/jest": "^25.2.1",
"backfill-utils-test": "^5.0.2",
"backfill-utils-test": "^5.0.3",
"backfill-utils-tsconfig": "^5.0.0",

@@ -32,0 +32,0 @@ "jest": "^25.5.4",

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