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-plugin-api

Package Overview
Dependencies
Maintainers
3
Versions
1250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.7.0-next.1
to
1.7.0
+10
-10
package.json
{
"name": "@backstage/backend-plugin-api",
"version": "1.7.0-next.1",
"version": "1.7.0",
"description": "Core API used by Backstage backend plugins",

@@ -68,9 +68,9 @@ "backstage": {

"dependencies": {
"@backstage/cli-common": "0.1.18-next.0",
"@backstage/config": "1.3.6",
"@backstage/errors": "1.2.7",
"@backstage/plugin-auth-node": "0.6.13-next.0",
"@backstage/plugin-permission-common": "0.9.6-next.0",
"@backstage/plugin-permission-node": "0.10.10-next.0",
"@backstage/types": "1.2.2",
"@backstage/cli-common": "^0.1.18",
"@backstage/config": "^1.3.6",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-auth-node": "^0.6.13",
"@backstage/plugin-permission-common": "^0.9.6",
"@backstage/plugin-permission-node": "^0.10.10",
"@backstage/types": "^1.2.2",
"@types/express": "^4.17.6",

@@ -85,6 +85,6 @@ "@types/json-schema": "^7.0.6",

"devDependencies": {
"@backstage/backend-test-utils": "1.10.5-next.0",
"@backstage/cli": "0.35.4-next.1"
"@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