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
328
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.1.1-alpha.19 to 0.1.1-alpha.20

5

dist/index.d.ts

@@ -11,5 +11,6 @@ declare type JsonObject = {

declare type Config = {
has(key: string): boolean;
keys(): string[];
get(key: string): JsonValue;
getOptional(key: string): JsonValue | undefined;
get(key?: string): JsonValue;
getOptional(key?: string): JsonValue | undefined;
getConfig(key: string): Config;

@@ -16,0 +17,0 @@ getOptionalConfig(key: string): Config | undefined;

4

package.json
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.1-alpha.19",
"version": "0.1.1-alpha.20",
"private": false,

@@ -42,4 +42,4 @@ "publishConfig": {

],
"gitHead": "7fd6ab60b8d18de92e8484801d4932a50b08ddbb",
"gitHead": "d1d8c905119c4b93d79b17f92dccdfbe8daf5295",
"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