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 1.0.7 to 1.0.8

7

CHANGELOG.md
# @backstage/config
## 1.0.8
### Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
## 1.0.7

@@ -4,0 +11,0 @@

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": "1.0.7",
"version": "1.0.8",
"publishConfig": {

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

"dependencies": {
"@backstage/types": "^1.0.2",
"@backstage/types": "^1.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.22.4",
"@backstage/test-utils": "^1.2.6",
"@backstage/cli": "^0.22.8",
"@backstage/test-utils": "^1.4.0",
"@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