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
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-20230314021848 to 0.0.0-nightly-20230617022331

9

CHANGELOG.md
# @backstage/config
## 0.0.0-nightly-20230314021848
## 0.0.0-nightly-20230617022331
### Patch Changes
- Updated dependencies
- @backstage/types@0.0.0-nightly-20230617022331
## 1.0.7
### Patch Changes
- 482dae5de1c: Updated link to docs.

@@ -8,0 +15,0 @@ - Updated dependencies

12

dist/index.d.ts

@@ -9,3 +9,3 @@ import { JsonPrimitive as JsonPrimitive$1, JsonObject as JsonObject$1, JsonArray as JsonArray$1, JsonValue as JsonValue$1 } from '@backstage/types';

*/
declare type JsonPrimitive = JsonPrimitive$1;
type JsonPrimitive = JsonPrimitive$1;
/**

@@ -17,3 +17,3 @@ * A type representing all allowed JSON object values.

*/
declare type JsonObject = JsonObject$1;
type JsonObject = JsonObject$1;
/**

@@ -25,3 +25,3 @@ * A type representing all allowed JSON array values.

*/
declare type JsonArray = JsonArray$1;
type JsonArray = JsonArray$1;
/**

@@ -33,3 +33,3 @@ * A type representing all allowed JSON values.

*/
declare type JsonValue = JsonValue$1;
type JsonValue = JsonValue$1;

@@ -41,3 +41,3 @@ /**

*/
declare type AppConfig = {
type AppConfig = {
/**

@@ -72,3 +72,3 @@ * A string representing the source of this configuration data, for example a filepath.

*/
declare type Config = {
type Config = {
/**

@@ -75,0 +75,0 @@ * Subscribes to the configuration object in order to receive a notification

{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.0.0-nightly-20230314021848",
"version": "0.0.0-nightly-20230617022331",
"publishConfig": {

@@ -35,8 +35,8 @@ "access": "public",

"dependencies": {
"@backstage/types": "^1.0.2",
"@backstage/types": "^0.0.0-nightly-20230617022331",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20230314021848",
"@backstage/test-utils": "^0.0.0-nightly-20230314021848",
"@backstage/cli": "^0.0.0-nightly-20230617022331",
"@backstage/test-utils": "^0.0.0-nightly-20230617022331",
"@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