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

@clerk/clerk-react

Package Overview
Dependencies
Maintainers
9
Versions
2812
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/clerk-react - npm Package Compare versions

Comparing version 4.8.5-staging.2 to 4.8.6

2

dist/info.d.ts
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */
export declare const LIB_VERSION = "4.8.5-staging.2";
export declare const LIB_VERSION = "4.8.6";
export declare const LIB_NAME = "@clerk/clerk-react";

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

/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */
exports.LIB_VERSION = '4.8.5-staging.2';
exports.LIB_VERSION = '4.8.6';
exports.LIB_NAME = '@clerk/clerk-react';

@@ -15,6 +15,6 @@ /// <reference types="react" />

export interface BrowserClerkConstructor {
new (publishableKey: string): BrowserClerk;
new (frontendApi: string): BrowserClerk;
}
export interface HeadlessBrowserClerkConstrutor {
new (publishableKey: string): HeadlessBrowserClerk;
new (frontendApi: string): HeadlessBrowserClerk;
}

@@ -21,0 +21,0 @@ export type WithClerkProp<T = unknown> = T & {

@@ -1,4 +0,4 @@

import { ErrorThrowerOptions } from '@clerk/shared';
import { type ErrorThrowerOptions } from '@clerk/shared';
declare const errorThrower: import("@clerk/shared").ErrorThrower;
declare function __internal__setErrorThrowerOptions(options: ErrorThrowerOptions): void;
export { errorThrower, __internal__setErrorThrowerOptions };

@@ -7,5 +7,2 @@ import { BrowserClerk } from '../types';

export interface LoadScriptParams {
/**
* @deprecated Use `publishableKey` instead.
*/
frontendApi?: string;

@@ -12,0 +9,0 @@ publishableKey?: string;

{
"name": "@clerk/clerk-react",
"version": "4.8.5-staging.2",
"version": "4.8.6",
"license": "MIT",

@@ -32,4 +32,4 @@ "description": "Clerk.dev React library",

"dependencies": {
"@clerk/shared": "^0.9.3-staging.2",
"@clerk/types": "^3.24.2-staging.1",
"@clerk/shared": "^0.9.4",
"@clerk/types": "^3.24.1",
"swr": "1.3.0",

@@ -48,2 +48,4 @@ "tslib": "2.4.1"

"jest-environment-jsdom": "^29.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "^18.2.0",

@@ -71,3 +73,3 @@ "ts-jest": "^29.0.3",

},
"gitHead": "9815c6c2439dec80b3ca58b90b6d01266426ffe3"
"gitHead": "a1ce2ff416bd3495e2a97d2c8e5efbe54e7ac3e0"
}
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