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

@auth/express

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth/express - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

providers/microsoft-entra-id.d.ts

3

index.d.ts

@@ -25,3 +25,4 @@ /**

* // If app is served through a proxy, trust the proxy to allow HTTPS protocol to be detected
* app.use('trust proxy')
* // https://expressjs.com/en/guide/behind-proxies.html
* app.set('trust proxy', true)
* app.use("/auth/*", ExpressAuth({ providers: [ GitHub ] }))

@@ -28,0 +29,0 @@ * ```

@@ -25,3 +25,4 @@ /**

* // If app is served through a proxy, trust the proxy to allow HTTPS protocol to be detected
* app.use('trust proxy')
* // https://expressjs.com/en/guide/behind-proxies.html
* app.set('trust proxy', true)
* app.use("/auth/*", ExpressAuth({ providers: [ GitHub ] }))

@@ -28,0 +29,0 @@ * ```

{
"name": "@auth/express",
"description": "Authentication for Express.",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",

@@ -34,3 +34,3 @@ "files": [

"dependencies": {
"@auth/core": "0.28.1"
"@auth/core": "0.29.0"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -25,3 +25,4 @@ /**

* // If app is served through a proxy, trust the proxy to allow HTTPS protocol to be detected
* app.use('trust proxy')
* // https://expressjs.com/en/guide/behind-proxies.html
* app.set('trust proxy', true)
* app.use("/auth/*", ExpressAuth({ providers: [ GitHub ] }))

@@ -28,0 +29,0 @@ * ```

Sorry, the diff of this file is not supported yet

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