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

@clerk/backend

Package Overview
Dependencies
Maintainers
0
Versions
2584
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/backend - npm Package Compare versions

Comparing version 1.24.3-snapshot.v20250225134057 to 1.24.3-snapshot.v20250226021605

dist/chunk-5VD73DZD.mjs

1

dist/constants.d.ts

@@ -5,3 +5,2 @@ export declare const API_URL = "https://api.clerk.com";

export declare const MAX_CACHE_LAST_UPDATED_AT_SECONDS: number;
export declare const JWKS_CACHE_TTL_MS: number;
export declare const SUPPORTED_BAPI_VERSION = "2024-10-01";

@@ -8,0 +7,0 @@ /**

@@ -40,3 +40,3 @@ /**

* The result is also cached on the module level to avoid network requests in subsequent invocations.
* The cache lasts 1 hour by default.
* The cache lasts up to 5 minutes.
*

@@ -43,0 +43,0 @@ * @param {Object} options

export { addClerkPrefix, getScriptUrl, getClerkJsMajorVersionOrTag } from '@clerk/shared/url';
export { callWithRetry } from '@clerk/shared/callWithRetry';
export { retry } from '@clerk/shared/retry';
export { isDevelopmentFromSecretKey, isProductionFromSecretKey, parsePublishableKey, getCookieSuffix, getSuffixedCookieName, } from '@clerk/shared/keys';

@@ -4,0 +4,0 @@ export { deprecated, deprecatedProperty } from '@clerk/shared/deprecated';

{
"name": "@clerk/backend",
"version": "1.24.3-snapshot.v20250225134057",
"version": "1.24.3-snapshot.v20250226021605",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",

@@ -81,4 +81,4 @@ "homepage": "https://clerk.com/",

"tslib": "2.4.1",
"@clerk/shared": "^2.23.0-snapshot.v20250225134057",
"@clerk/types": "^4.47.0-snapshot.v20250225134057"
"@clerk/shared": "^3.0.0-snapshot.v20250226021605",
"@clerk/types": "^4.47.0-snapshot.v20250226021605"
},

@@ -85,0 +85,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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