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.4 to 1.15.5

17

dist/clerk.d.ts

@@ -317,2 +317,19 @@ import { ClientResource } from './client';

};
export interface HandleMagicLinkVerificationParams {
/**
* Full URL or path to navigate after successful magic link verification
* on completed sign up or sign in on the same device.
*/
redirectUrlComplete?: string;
/**
* Full URL or path to navigate after successful magic link verification
* on the same device, but not completed sign in or sign up.
*/
redirectUrl?: string;
/**
* Callback function to be executed after successful magic link
* verification on another device.
*/
onVerifiedOnOtherDevice?: Function;
}
//# sourceMappingURL=clerk.d.ts.map

2

package.json
{
"name": "@clerk/types",
"version": "1.15.4",
"version": "1.15.5",
"license": "MIT",

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

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