🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

next-auth

Package Overview
Dependencies
Maintainers
3
Versions
718
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

to
5.0.0-beta.27

3

lib/types.d.ts
import type { NextRequest } from "next/server";
import type { Awaitable } from "@auth/core/types";
/**

@@ -8,3 +7,3 @@ * AppRouteHandlerFnContext is the context that is passed to the handler as the

export type AppRouteHandlerFnContext = {
params: Awaitable<Record<string, string | string[]>>;
params: Promise<any>;
};

@@ -11,0 +10,0 @@ /**

{
"name": "next-auth",
"version": "5.0.0-beta.26",
"version": "5.0.0-beta.27",
"description": "Authentication for Next.js",

@@ -103,3 +103,3 @@ "homepage": "https://nextjs.authjs.dev",

"dotenv": "^10.0.0",
"next": "15.0.0-rc.1",
"next": "15.3.1",
"nodemailer": "^6.9.3",

@@ -106,0 +106,0 @@ "react": "^18.2.0"

// @ts-expect-error Next.js does not yet correctly use the `package.json#exports` field
import type { NextRequest } from "next/server"
import type { Awaitable } from "@auth/core/types"

@@ -10,3 +9,3 @@ /**

export type AppRouteHandlerFnContext = {
params: Awaitable<Record<string, string | string[]>>
params: Promise<any>
}

@@ -13,0 +12,0 @@ /**

Sorry, the diff of this file is not supported yet