New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@backstage/config-loader

Package Overview
Dependencies
Maintainers
3
Versions
898
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/config-loader - npm Package Compare versions

Comparing version 0.0.0-nightly-20250114022708 to 0.0.0-nightly-20250117022919

19

CHANGELOG.md
# @backstage/config-loader
## 0.0.0-nightly-20250114022708
## 0.0.0-nightly-20250117022919
### Patch Changes
- f866b86: Internal refactor to use explicit `require` for lazy-loading dependency.
- Updated dependencies
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
## 1.9.5
### Patch Changes
- 8ecf8cb: Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present
- Updated dependencies
- @backstage/types@0.0.0-nightly-20250114022708
- @backstage/types@1.2.1
- @backstage/cli-common@0.1.15
- @backstage/config@0.0.0-nightly-20250114022708
- @backstage/errors@0.0.0-nightly-20250114022708
- @backstage/config@1.3.2
- @backstage/errors@1.2.7

@@ -14,0 +25,0 @@ ## 1.9.5-next.1

@@ -121,3 +121,3 @@ 'use strict';

}
const { getProgramFromFiles, buildGenerator } = await import('typescript-json-schema');
const { getProgramFromFiles, buildGenerator } = require("typescript-json-schema");
const program = getProgramFromFiles(

@@ -124,0 +124,0 @@ entries.map(({ path }) => path),

{
"name": "@backstage/config-loader",
"version": "0.0.0-nightly-20250114022708",
"version": "0.0.0-nightly-20250117022919",
"description": "Config loading functionality used by Backstage backend, and CLI",

@@ -40,5 +40,5 @@ "backstage": {

"@backstage/cli-common": "0.1.15",
"@backstage/config": "0.0.0-nightly-20250114022708",
"@backstage/errors": "0.0.0-nightly-20250114022708",
"@backstage/types": "0.0.0-nightly-20250114022708",
"@backstage/config": "1.3.2",
"@backstage/errors": "1.2.7",
"@backstage/types": "1.2.1",
"@types/json-schema": "^7.0.6",

@@ -57,4 +57,4 @@ "ajv": "^8.10.0",

"devDependencies": {
"@backstage/backend-test-utils": "0.0.0-nightly-20250114022708",
"@backstage/cli": "0.0.0-nightly-20250114022708",
"@backstage/backend-test-utils": "0.0.0-nightly-20250117022919",
"@backstage/cli": "0.0.0-nightly-20250117022919",
"@types/json-schema-merge-allof": "^0.6.0",

@@ -61,0 +61,0 @@ "msw": "^1.0.0",

Sorry, the diff of this file is not supported yet

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