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

@clerk/types

Package Overview
Dependencies
Maintainers
9
Versions
2130
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 2.0.0-alpha.7 to 2.0.0-alpha.8

2

dist/oauth.d.ts

@@ -1,2 +0,2 @@

export declare type OAuthProvider = 'facebook' | 'google' | 'hubspot' | 'github' | 'tiktok' | 'gitlab' | 'discord' | 'twitter' | 'twitch' | 'linkedin' | 'dropbox' | 'bitbucket';
export declare type OAuthProvider = 'facebook' | 'google' | 'hubspot' | 'github' | 'tiktok' | 'gitlab' | 'discord' | 'twitter' | 'twitch' | 'linkedin' | 'dropbox' | 'bitbucket' | 'microsoft';
export declare type OAuthStrategy = `oauth_${OAuthProvider}`;

@@ -3,0 +3,0 @@ export declare type AuthenticateWithRedirectParams = {

{
"name": "@clerk/types",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"license": "MIT",

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

"homepage": "https://clerk.dev/",
"gitHead": "816bd81797e925efc86680fc87c38a86e44c93ec"
"gitHead": "722ba9b52c24f878c34b3c4109a76c8b1454f02d"
}

@@ -13,3 +13,4 @@ export type OAuthProvider =

| 'dropbox'
| 'bitbucket';
| 'bitbucket'
| 'microsoft';

@@ -16,0 +17,0 @@ export type OAuthStrategy = `oauth_${OAuthProvider}`;

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