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

@clerk/nextjs

Package Overview
Dependencies
Maintainers
8
Versions
3074
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/nextjs - npm Package Compare versions

Comparing version 6.12.0-canary.v20250213201728 to 6.12.0-snapshot.v20250213201843

4

dist/cjs/server/clerkMiddleware.js

@@ -45,3 +45,3 @@ "use strict";

const baseNextMiddleware = (0, import_debugLogger.withLogger)("clerkMiddleware", (logger) => async (request2, event2) => {
const resolvedParams = typeof params === "function" ? await params(request2) : params;
const resolvedParams = typeof params === "function" ? params(request2) : params;
const keyless = (0, import_keyless.getKeylessCookieValue)((name) => {

@@ -142,3 +142,3 @@ var _a;

}
const resolvedParams = typeof params === "function" ? await params(request2) : params;
const resolvedParams = typeof params === "function" ? params(request2) : params;
const keyless = (0, import_keyless.getKeylessCookieValue)((name) => {

@@ -145,0 +145,0 @@ var _a;

@@ -55,3 +55,3 @@ "use strict";

name: "@clerk/nextjs",
version: "6.12.0-canary.v20250213201728",
version: "6.12.0-snapshot.v20250213201843",
environment: process.env.NODE_ENV

@@ -58,0 +58,0 @@ };

@@ -31,3 +31,3 @@ "use strict";

apiVersion: import_constants.API_VERSION,
userAgent: `${"@clerk/nextjs"}@${"6.12.0-canary.v20250213201728"}`,
userAgent: `${"@clerk/nextjs"}@${"6.12.0-snapshot.v20250213201843"}`,
proxyUrl: import_constants.PROXY_URL,

@@ -34,0 +34,0 @@ domain: import_constants.DOMAIN,

@@ -93,3 +93,3 @@ "use strict";

function debugLogFooter(name) {
return `[clerk debug end: ${name}] (@clerk/nextjs=${"6.12.0-canary.v20250213201728"},next=${import_package.default.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
return `[clerk debug end: ${name}] (@clerk/nextjs=${"6.12.0-snapshot.v20250213201843"},next=${import_package.default.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
}

@@ -96,0 +96,0 @@ function truncate(str, maxLength) {

@@ -34,3 +34,3 @@ import "../chunk-BUSYA2B4.js";

const baseNextMiddleware = withLogger("clerkMiddleware", (logger) => async (request2, event2) => {
const resolvedParams = typeof params === "function" ? await params(request2) : params;
const resolvedParams = typeof params === "function" ? params(request2) : params;
const keyless = getKeylessCookieValue((name) => {

@@ -131,3 +131,3 @@ var _a;

}
const resolvedParams = typeof params === "function" ? await params(request2) : params;
const resolvedParams = typeof params === "function" ? params(request2) : params;
const keyless = getKeylessCookieValue((name) => {

@@ -134,0 +134,0 @@ var _a;

@@ -18,3 +18,3 @@ import "../chunk-BUSYA2B4.js";

name: "@clerk/nextjs",
version: "6.12.0-canary.v20250213201728",
version: "6.12.0-snapshot.v20250213201843",
environment: process.env.NODE_ENV

@@ -21,0 +21,0 @@ };

@@ -20,3 +20,3 @@ import "../chunk-BUSYA2B4.js";

apiVersion: API_VERSION,
userAgent: `${"@clerk/nextjs"}@${"6.12.0-canary.v20250213201728"}`,
userAgent: `${"@clerk/nextjs"}@${"6.12.0-snapshot.v20250213201843"}`,
proxyUrl: PROXY_URL,

@@ -23,0 +23,0 @@ domain: DOMAIN,

@@ -60,3 +60,3 @@ import "../chunk-BUSYA2B4.js";

function debugLogFooter(name) {
return `[clerk debug end: ${name}] (@clerk/nextjs=${"6.12.0-canary.v20250213201728"},next=${nextPkg.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
return `[clerk debug end: ${name}] (@clerk/nextjs=${"6.12.0-snapshot.v20250213201843"},next=${nextPkg.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
}

@@ -63,0 +63,0 @@ function truncate(str, maxLength) {

@@ -24,3 +24,3 @@ import type { AuthObject, ClerkClient } from '@clerk/backend';

};
type ClerkMiddlewareOptionsCallback = (req: NextRequest) => ClerkMiddlewareOptions | Promise<ClerkMiddlewareOptions>;
type ClerkMiddlewareOptionsCallback = (req: NextRequest) => ClerkMiddlewareOptions;
/**

@@ -27,0 +27,0 @@ * Middleware for Next.js that handles authentication and authorization with Clerk.

{
"name": "@clerk/nextjs",
"version": "6.12.0-canary.v20250213201728",
"version": "6.12.0-snapshot.v20250213201843",
"description": "Clerk SDK for NextJS",

@@ -59,5 +59,5 @@ "keywords": [

"tslib": "2.4.1",
"@clerk/backend": "^1.24.2-canary.v20250213201728",
"@clerk/clerk-react": "^5.23.0-canary.v20250213201728",
"@clerk/shared": "^2.22.0-canary.v20250213201728",
"@clerk/backend": "^1.24.2-snapshot.v20250213201843",
"@clerk/clerk-react": "^5.23.0-snapshot.v20250213201843",
"@clerk/shared": "^2.22.0-snapshot.v20250213201843",
"@clerk/types": "^4.46.0"

@@ -64,0 +64,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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