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

@clerk/types

Package Overview
Dependencies
Maintainers
9
Versions
2392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/types - npm Package Compare versions

Comparing version 3.24.0 to 3.24.1

7

dist/key.d.ts

@@ -6,1 +6,8 @@ import { type InstanceType } from './clerk';

};
export type PublishableKeyOrFrontendApi = {
frontendApi?: never;
publishableKey: string;
} | {
frontendApi: string;
publishableKey?: never;
};

4

package.json
{
"name": "@clerk/types",
"version": "3.24.0",
"version": "3.24.1",
"license": "MIT",

@@ -51,3 +51,3 @@ "description": "Typings for Clerk libraries.",

},
"gitHead": "e9895061623510b9553067d5dce542196ad80197"
"gitHead": "d73a7b55cee65be985650af602d7b1791c988e0f"
}
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