@auth/express
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -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 ?? |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59196
982
7
+ Added@auth/core@0.21.0(transitive)
- Removed@auth/core@0.20.0(transitive)
Updated@auth/core@0.21.0