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

@auth/prisma-adapter

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth/prisma-adapter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.d.ts

@@ -23,3 +23,3 @@ /**

*
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object:
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object:
*

@@ -26,0 +26,0 @@ * ```js title="pages/api/auth/[...nextauth].js"

/**
* ## Setup
*
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object:
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object:
*

@@ -6,0 +6,0 @@ * ```js title="pages/api/auth/[...nextauth].js"

{
"name": "@auth/prisma-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Prisma adapter for Auth.js",

@@ -39,3 +39,3 @@ "homepage": "https://authjs.dev/reference/adapter/prisma",

"dependencies": {
"@auth/core": "0.8.1"
"@auth/core": "0.9.0"
},

@@ -50,4 +50,4 @@ "peerDependencies": {

"prisma": "^4.15.0",
"@next-auth/adapter-test": "0.0.0",
"@next-auth/tsconfig": "0.0.0"
"@next-auth/tsconfig": "0.0.0",
"@next-auth/adapter-test": "0.0.0"
},

@@ -54,0 +54,0 @@ "jest": {

@@ -24,3 +24,3 @@ /**

*
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object:
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object:
*

@@ -27,0 +27,0 @@ * ```js title="pages/api/auth/[...nextauth].js"

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