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

@auth/edgedb-adapter

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth/edgedb-adapter - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

2

index.js

@@ -231,3 +231,3 @@ /**

expires := <datetime>expires ?? .expires,
user := user ?? .user
user := assert_exists(user ?? .user)
}

@@ -234,0 +234,0 @@ ) {

{
"name": "@auth/edgedb-adapter",
"version": "1.4.2",
"version": "1.5.0",
"description": "EdgeDB adapter for next-auth.",

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

"dependencies": {
"@auth/core": "0.34.2"
"@auth/core": "0.35.0"
},

@@ -43,0 +43,0 @@ "peerDependencies": {

@@ -286,3 +286,3 @@ /**

expires := <datetime>expires ?? .expires,
user := user ?? .user
user := assert_exists(user ?? .user)
}

@@ -289,0 +289,0 @@ ) {

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