New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/config-loader

Package Overview
Dependencies
Maintainers
0
Versions
903
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/config-loader - npm Package Compare versions

Comparing version 0.0.0-nightly-20240726021825 to 0.0.0-nightly-20240727021731

3

CHANGELOG.md
# @backstage/config-loader
## 0.0.0-nightly-20240726021825
## 0.0.0-nightly-20240727021731
### Patch Changes
- 1edd6c2: The `env` option of `ConfigSources.default` now correctly allows undefined members.
- 493feac: Add boolean `allowMissingDefaultConfig` option to `ConfigSources.default` and

@@ -8,0 +9,0 @@ `ConfigSources.defaultForTargets`, which results in omission of a ConfigSource

@@ -358,3 +358,3 @@ import { JSONSchema7 } from 'json-schema';

argv?: string[];
env?: Record<string, string>;
env?: Record<string, string | undefined>;
}

@@ -361,0 +361,0 @@ /**

{
"name": "@backstage/config-loader",
"version": "0.0.0-nightly-20240726021825",
"version": "0.0.0-nightly-20240727021731",
"description": "Config loading functionality used by Backstage backend, and CLI",

@@ -57,4 +57,4 @@ "backstage": {

"devDependencies": {
"@backstage/backend-test-utils": "^0.0.0-nightly-20240726021825",
"@backstage/cli": "^0.0.0-nightly-20240726021825",
"@backstage/backend-test-utils": "^0.0.0-nightly-20240727021731",
"@backstage/cli": "^0.0.0-nightly-20240727021731",
"@types/json-schema-merge-allof": "^0.6.0",

@@ -61,0 +61,0 @@ "msw": "^1.0.0",

Sorry, the diff of this file is not supported yet

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