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

@backstage/config

Package Overview
Dependencies
Maintainers
4
Versions
330
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 0.0.0-nightly-20230103022231 to 0.0.0-nightly-20230104022659

12

CHANGELOG.md
# @backstage/config
## 0.0.0-nightly-20230103022231
## 0.0.0-nightly-20230104022659

@@ -13,2 +13,12 @@ ### Patch Changes

## 1.0.6-next.0
### Patch Changes
- ba2d69ee17: Adds the ability to coerce values to their boolean representatives.
Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`.
This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.
- Updated dependencies
- @backstage/types@1.0.2
## 1.0.5

@@ -15,0 +25,0 @@

6

package.json
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.0.0-nightly-20230103022231",
"version": "0.0.0-nightly-20230104022659",
"publishConfig": {

@@ -39,4 +39,4 @@ "access": "public",

"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20230103022231",
"@backstage/test-utils": "^0.0.0-nightly-20230103022231",
"@backstage/cli": "^0.0.0-nightly-20230104022659",
"@backstage/test-utils": "^0.0.0-nightly-20230104022659",
"@types/node": "^16.0.0"

@@ -43,0 +43,0 @@ },

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