Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@backstage/backend-app-api

Package Overview
Dependencies
Maintainers
3
Versions
1268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/backend-app-api - npm Package Compare versions

Comparing version
1.5.0-next.1
to
1.5.0
+7
-7
package.json
{
"name": "@backstage/backend-app-api",
"version": "1.5.0-next.1",
"version": "1.5.0",
"description": "Core API used by Backstage backend apps",

@@ -53,12 +53,12 @@ "backstage": {

"dependencies": {
"@backstage/backend-plugin-api": "1.7.0-next.1",
"@backstage/config": "1.3.6",
"@backstage/errors": "1.2.7"
"@backstage/backend-plugin-api": "^1.7.0",
"@backstage/config": "^1.3.6",
"@backstage/errors": "^1.2.7"
},
"devDependencies": {
"@backstage/backend-defaults": "0.15.2-next.1",
"@backstage/backend-test-utils": "1.11.0-next.1",
"@backstage/cli": "0.35.4-next.2"
"@backstage/backend-defaults": "^0.15.2",
"@backstage/backend-test-utils": "^1.11.0",
"@backstage/cli": "^0.35.4"
},
"configSchema": "config.d.ts"
}

Sorry, the diff of this file is too big to display