🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@better-auth/core

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@better-auth/core - npm Package Compare versions

Comparing version
1.7.0-beta.8
to
1.7.0-beta.9
+1
-1
dist/context/global.mjs

@@ -5,3 +5,3 @@ //#region src/context/global.ts

const __context = {};
const __betterAuthVersion = "1.7.0-beta.8";
const __betterAuthVersion = "1.7.0-beta.9";
/**

@@ -8,0 +8,0 @@ * We store context instance in the globalThis.

@@ -5,3 +5,3 @@ import { ATTR_HTTP_RESPONSE_STATUS_CODE } from "./attributes.mjs";

const INSTRUMENTATION_SCOPE = "better-auth";
const INSTRUMENTATION_VERSION = "1.7.0-beta.8";
const INSTRUMENTATION_VERSION = "1.7.0-beta.9";
/**

@@ -8,0 +8,0 @@ * Better-auth uses `throw ctx.redirect(url)` for flow control (e.g. OAuth

{
"name": "@better-auth/core",
"version": "1.7.0-beta.8",
"version": "1.7.0-beta.9",
"description": "The most comprehensive authentication framework for TypeScript.",

@@ -5,0 +5,0 @@ "type": "module",