You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@backstage/backend-plugin-api

Package Overview
Dependencies
Maintainers
3
Versions
1111
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

to
1.4.1

20

package.json
{
"name": "@backstage/backend-plugin-api",
"version": "1.4.1-next.0",
"version": "1.4.1",
"description": "Core API used by Backstage backend plugins",

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

"dependencies": {
"@backstage/cli-common": "0.1.15",
"@backstage/config": "1.3.3-next.0",
"@backstage/errors": "1.2.7",
"@backstage/plugin-auth-node": "0.6.5-next.0",
"@backstage/plugin-permission-common": "0.9.1-next.0",
"@backstage/plugin-permission-node": "0.10.2-next.0",
"@backstage/types": "1.2.1",
"@backstage/cli-common": "^0.1.15",
"@backstage/config": "^1.3.3",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-auth-node": "^0.6.5",
"@backstage/plugin-permission-common": "^0.9.1",
"@backstage/plugin-permission-node": "^0.10.2",
"@backstage/types": "^1.2.1",
"@types/express": "^4.17.6",

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

"devDependencies": {
"@backstage/backend-test-utils": "1.7.0-next.1",
"@backstage/cli": "0.33.1-next.1"
"@backstage/backend-test-utils": "^1.7.0",
"@backstage/cli": "^0.33.1"
},
"configSchema": "config.d.ts"
}

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