next-auth
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "next-auth-examples", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "An example project for next-auth", | ||
@@ -21,3 +21,3 @@ "repository": "https://github.com/iaincollins/next-auth.git", | ||
"next": "^5.0.0", | ||
"next-auth": "^1.7.0", | ||
"next-auth": "^1.7.1", | ||
"nodemailer": "^4.4.2", | ||
@@ -24,0 +24,0 @@ "nodemailer-direct-transport": "^3.3.2", |
@@ -355,3 +355,3 @@ 'use strict' | ||
// If no port specified, don't start Express automatically | ||
if (!port) resolve(response) | ||
if (!port) return resolve(response) | ||
@@ -358,0 +358,0 @@ // If an instance of nextApp was passed, have it handle all other routes |
{ | ||
"name": "next-auth", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "An authentication library for Next.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/iaincollins/next-auth.git", |
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
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
105383