Socket
Socket
Sign inDemoInstall

@auth/express

Package Overview
Dependencies
Maintainers
2
Versions
15
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.1.2 to 0.2.0

1

index.js

@@ -152,2 +152,3 @@ /**

authOptions.secret ?? (authOptions.secret = process.env.AUTH_SECRET);
authOptions.redirectProxyUrl ?? (authOptions.redirectProxyUrl = process.env.AUTH_REDIRECT_PROXY_URL);
authOptions.trustHost ?? (authOptions.trustHost = !!(process.env.AUTH_TRUST_HOST ??

@@ -154,0 +155,0 @@ process.env.VERCEL ??

4

package.json
{
"name": "@auth/express",
"description": "Authentication for Express.",
"version": "0.1.2",
"version": "0.2.0",
"type": "module",

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

"dependencies": {
"@auth/core": "0.20.0"
"@auth/core": "0.21.0"
},

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

@@ -167,2 +167,3 @@ /**

authOptions.secret ??= process.env.AUTH_SECRET
authOptions.redirectProxyUrl ??= process.env.AUTH_REDIRECT_PROXY_URL
authOptions.trustHost ??= !!(

@@ -169,0 +170,0 @@ process.env.AUTH_TRUST_HOST ??

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