🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@backstage/plugin-auth-backend-module-oauth2-provider

Package Overview
Dependencies
Maintainers
3
Versions
636
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/plugin-auth-backend-module-oauth2-provider - npm Package Compare versions

Comparing version

to
0.4.4

8

CHANGELOG.md
# @backstage/plugin-auth-backend-module-oauth2-provider
## 0.4.4
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.6.4
- @backstage/backend-plugin-api@1.4.0
## 0.4.4-next.1

@@ -4,0 +12,0 @@

16

package.json
{
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
"version": "0.4.4-next.1",
"version": "0.4.4",
"description": "The oauth2-provider backend module for the auth plugin.",

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

"dependencies": {
"@backstage/backend-plugin-api": "1.4.0-next.1",
"@backstage/plugin-auth-node": "0.6.4-next.1",
"@backstage/backend-plugin-api": "^1.4.0",
"@backstage/plugin-auth-node": "^0.6.4",
"passport": "^0.7.0",

@@ -48,7 +48,7 @@ "passport-oauth2": "^1.6.1",

"devDependencies": {
"@backstage/backend-defaults": "0.10.1-next.1",
"@backstage/backend-test-utils": "1.6.0-next.1",
"@backstage/cli": "0.32.2-next.0",
"@backstage/plugin-auth-backend": "0.25.1-next.1",
"@backstage/types": "1.2.1",
"@backstage/backend-defaults": "^0.11.0",
"@backstage/backend-test-utils": "^1.6.0",
"@backstage/cli": "^0.33.0",
"@backstage/plugin-auth-backend": "^0.25.1",
"@backstage/types": "^1.2.1",
"supertest": "^7.0.0"

@@ -55,0 +55,0 @@ },