Socket
Socket
Sign inDemoInstall

@clerk/nextjs

Package Overview
Dependencies
Maintainers
8
Versions
2308
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 5.4.1-canary.v8c5d4ac to 5.4.1-canary.ve95c281

2

dist/cjs/server/clerkClient.js

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

apiVersion: import_constants.API_VERSION,
userAgent: `${"@clerk/nextjs"}@${"5.4.1-canary.v8c5d4ac"}`,
userAgent: `${"@clerk/nextjs"}@${"5.4.1-canary.ve95c281"}`,
proxyUrl: import_constants.PROXY_URL,

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

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

name: "@clerk/nextjs",
version: "5.4.1-canary.v8c5d4ac",
version: "5.4.1-canary.ve95c281",
environment: process.env.NODE_ENV

@@ -57,0 +57,0 @@ };

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

function debugLogFooter(name) {
return `[clerk debug end: ${name}] (@clerk/nextjs=${"5.4.1-canary.v8c5d4ac"},next=${import_package.default.version})`;
return `[clerk debug end: ${name}] (@clerk/nextjs=${"5.4.1-canary.ve95c281"},next=${import_package.default.version})`;
}

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

@@ -24,3 +24,3 @@ import { createClerkClient } from "@clerk/backend";

apiVersion: API_VERSION,
userAgent: `${"@clerk/nextjs"}@${"5.4.1-canary.v8c5d4ac"}`,
userAgent: `${"@clerk/nextjs"}@${"5.4.1-canary.ve95c281"}`,
proxyUrl: PROXY_URL,

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

@@ -17,3 +17,3 @@ import { apiUrlFromPublishableKey } from "@clerk/shared/apiUrlFromPublishableKey";

name: "@clerk/nextjs",
version: "5.4.1-canary.v8c5d4ac",
version: "5.4.1-canary.ve95c281",
environment: process.env.NODE_ENV

@@ -20,0 +20,0 @@ };

@@ -59,3 +59,3 @@ import nextPkg from "next/package.json";

function debugLogFooter(name) {
return `[clerk debug end: ${name}] (@clerk/nextjs=${"5.4.1-canary.v8c5d4ac"},next=${nextPkg.version})`;
return `[clerk debug end: ${name}] (@clerk/nextjs=${"5.4.1-canary.ve95c281"},next=${nextPkg.version})`;
}

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

{
"name": "@clerk/nextjs",
"version": "5.4.1-canary.v8c5d4ac",
"version": "5.4.1-canary.ve95c281",
"description": "Clerk SDK for NextJS",

@@ -70,6 +70,6 @@ "keywords": [

"dependencies": {
"@clerk/backend": "1.9.2-canary.v8c5d4ac",
"@clerk/clerk-react": "5.6.0",
"@clerk/shared": "2.6.1",
"@clerk/types": "4.18.0",
"@clerk/backend": "1.9.2-canary.ve95c281",
"@clerk/clerk-react": "5.7.0-canary.ve95c281",
"@clerk/shared": "2.6.2-canary.ve95c281",
"@clerk/types": "4.19.0-canary.ve95c281",
"crypto-js": "4.2.0",

@@ -76,0 +76,0 @@ "path-to-regexp": "6.2.2",

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