Socket
Socket
Sign inDemoInstall

@clerk/nextjs

Package Overview
Dependencies
Maintainers
8
Versions
2337
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.5.2 to 5.5.3-canary.v1189f71

2

dist/cjs/server/clerkClient.js

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

apiVersion: import_constants.API_VERSION,
userAgent: `${"@clerk/nextjs"}@${"5.5.2"}`,
userAgent: `${"@clerk/nextjs"}@${"5.5.3-canary.v1189f71"}`,
proxyUrl: import_constants.PROXY_URL,

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

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

name: "@clerk/nextjs",
version: "5.5.2",
version: "5.5.3-canary.v1189f71",
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.5.2"},next=${import_package.default.version})`;
return `[clerk debug end: ${name}] (@clerk/nextjs=${"5.5.3-canary.v1189f71"},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.5.2"}`,
userAgent: `${"@clerk/nextjs"}@${"5.5.3-canary.v1189f71"}`,
proxyUrl: PROXY_URL,

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

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

name: "@clerk/nextjs",
version: "5.5.2",
version: "5.5.3-canary.v1189f71",
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.5.2"},next=${nextPkg.version})`;
return `[clerk debug end: ${name}] (@clerk/nextjs=${"5.5.3-canary.v1189f71"},next=${nextPkg.version})`;
}

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

{
"name": "@clerk/nextjs",
"version": "5.5.2",
"version": "5.5.3-canary.v1189f71",
"description": "Clerk SDK for NextJS",

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

"dependencies": {
"@clerk/backend": "1.11.1",
"@clerk/clerk-react": "5.8.2",
"@clerk/shared": "2.7.2",
"@clerk/types": "4.20.1",
"@clerk/backend": "1.11.2-canary.v1189f71",
"@clerk/clerk-react": "5.8.3-canary.v1189f71",
"@clerk/shared": "2.7.3-canary.v1189f71",
"@clerk/types": "4.20.2-canary.v1189f71",
"crypto-js": "4.2.0",

@@ -76,0 +76,0 @@ "server-only": "0.0.1",

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