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

@backstage/config

Package Overview
Dependencies
Maintainers
3
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/config - npm Package Compare versions

Comparing version 1.2.0-next.1 to 1.2.0

12

CHANGELOG.md
# @backstage/config
## 1.2.0
### Minor Changes
- 50cf9df: The `ConfigReader` now treats `null` values as present but explicitly undefined, meaning it will not fall back to the next level of configuration.
### Patch Changes
- Updated dependencies
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 1.2.0-next.1

@@ -4,0 +16,0 @@

8

package.json
{
"name": "@backstage/config",
"version": "1.2.0-next.1",
"version": "1.2.0",
"description": "Config API used by Backstage core, backend, and CLI",

@@ -39,10 +39,10 @@ "backstage": {

"dependencies": {
"@backstage/errors": "^1.2.4-next.0",
"@backstage/errors": "^1.2.4",
"@backstage/types": "^1.1.1"
},
"devDependencies": {
"@backstage/cli": "^0.25.3-next.1",
"@backstage/test-utils": "^1.5.1-next.1"
"@backstage/cli": "^0.26.0",
"@backstage/test-utils": "^1.5.1"
},
"module": "dist/index.esm.js"
}
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