New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lucia

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucia - npm Package Compare versions

Comparing version

to
2.7.7

6

CHANGELOG.md
# lucia
## 2.7.7
### Patch changes
- [#1359](https://github.com/lucia-auth/lucia/pull/1359) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Allow `SameSite=None` session cookies
## 2.7.6

@@ -4,0 +10,0 @@

2

dist/auth/cookie.d.ts

@@ -5,3 +5,3 @@ import type { Env, Session } from "./index.js";

type SessionCookieAttributes = {
sameSite?: "strict" | "lax";
sameSite?: "strict" | "lax" | "none";
path?: string;

@@ -8,0 +8,0 @@ domain?: string;

{
"name": "lucia",
"version": "2.7.6",
"version": "2.7.7",
"description": "A simple and flexible authentication library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",