Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@okta/oidc-middleware

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/oidc-middleware - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

35

package.json
{
"name": "@okta/oidc-middleware",
"version": "5.0.1",
"version": "5.1.0",
"description": "OpenId Connect middleware for authorization code flows",

@@ -15,5 +15,7 @@ "repository": "https://github.com/okta/okta-oidc-middleware",

"files": [
"src"
"src",
"types"
],
"main": "index.js",
"types": "types/index.d.ts",
"engines": {

@@ -24,5 +26,7 @@ "node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.14.0"

"dependencies": {
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.17",
"@okta/configuration-validation": "^0.4.1",
"body-parser": "^1.20.1",
"csurf": "^1.9.0",
"csurf": "^1.11.0",
"express": "^4.18.2",

@@ -62,12 +66,29 @@ "lodash": "^4.17.21",

"supertest": "^6.3.3",
"wdio-wait-for": "^2.2.6"
"wdio-wait-for": "^2.2.6",
"tsd": "^0.25.0",
"typescript": "^4.1.5"
},
"resolutions": {
"webdriver-manager": "^12.1.4",
"strip-ansi": "^6.0.1"
"strip-ansi": "^6.0.1",
"ua-parser-js": "^1.0.33",
"**/recursive-readdir/minimatch": "^3.1.2",
"**/globule/minimatch": "^3.1.2"
},
"tsd": {
"directory": "test/types",
"compilerOptions": {
"skipLibCheck": true,
"esModuleInterop": true,
"paths": {
"@okta/oidc-middleware": [
"."
]
}
}
},
"okta": {
"commitSha": "128d8acc7daf3e30b1a7750e4f789f2cb7645f4e",
"fullVersion": "5.0.1-g128d8ac"
"commitSha": "fba089359dc47a26ae07f5740d01e57d232d3e88",
"fullVersion": "5.1.0-gfba0893"
}
}
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