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

@backstage/config-loader

Package Overview
Dependencies
Maintainers
3
Versions
872
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 1.6.3-next.0 to 1.7.0-next.1

14

CHANGELOG.md
# @backstage/config-loader
## 1.7.0-next.1
### Minor Changes
- db8358d: Forward `null` values read from configuration files in configuration data, rather than treating them as an absence of config.
### Patch Changes
- Updated dependencies
- @backstage/config@1.2.0-next.1
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.4-next.0
- @backstage/types@1.1.1
## 1.6.3-next.0

@@ -4,0 +18,0 @@

2

dist/index.cjs.js

@@ -816,3 +816,3 @@ 'use strict';

} else if (obj === null) {
return void 0;
return null;
} else if (Array.isArray(obj)) {

@@ -819,0 +819,0 @@ const arr = new Array();

{
"name": "@backstage/config-loader",
"version": "1.6.3-next.0",
"version": "1.7.0-next.1",
"description": "Config loading functionality used by Backstage backend, and CLI",

@@ -40,3 +40,3 @@ "backstage": {

"@backstage/cli-common": "^0.1.13",
"@backstage/config": "^1.1.2-next.0",
"@backstage/config": "^1.2.0-next.1",
"@backstage/errors": "^1.2.4-next.0",

@@ -58,4 +58,4 @@ "@backstage/types": "^1.1.1",

"devDependencies": {
"@backstage/backend-test-utils": "^0.3.3-next.0",
"@backstage/cli": "^0.25.3-next.0",
"@backstage/backend-test-utils": "^0.3.4-next.1",
"@backstage/cli": "^0.25.3-next.1",
"@types/json-schema-merge-allof": "^0.6.0",

@@ -62,0 +62,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