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

next-auth

Package Overview
Dependencies
Maintainers
1
Versions
714
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-auth - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

4

example/package.json
{
"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",

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