Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clerk/types

Package Overview
Dependencies
Maintainers
8
Versions
1966
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 1.15.3 to 1.15.4

4

dist/signIn.d.ts

@@ -171,6 +171,6 @@ import { ClerkResource } from './resource';

export declare type SignInParams = Partial<SnakeToCamel<SignInAttributes> & SignInAttributes>;
export declare type SignInStartMagicLinkFlowParams = StartMagicLinkFlowParams & {
export interface SignInStartMagicLinkFlowParams extends StartMagicLinkFlowParams {
email_address_id: string;
};
}
export {};
//# sourceMappingURL=signIn.d.ts.map

@@ -16,5 +16,5 @@ import { ClerkAPIError } from './api';

}
export declare type StartMagicLinkFlowParams = {
export interface StartMagicLinkFlowParams {
redirect_url: string;
};
}
export declare type CreateMagicLinkFlowReturn<Params, Resource> = {

@@ -21,0 +21,0 @@ startMagicLinkFlow: (params: Params) => Promise<Resource>;

{
"name": "@clerk/types",
"version": "1.15.3",
"version": "1.15.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Clerk.dev Types",

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