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

@magic-ext/oauth2

Package Overview
Dependencies
Maintainers
25
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic-ext/oauth2 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-canary.713.8013344898.0

4

dist/types/types.d.ts

@@ -6,3 +6,3 @@ import { MagicUserMetadata } from '@magic-sdk/types';

}
export declare type OAuthProvider = 'google' | 'facebook' | 'apple' | 'github' | 'bitbucket' | 'gitlab' | 'linkedin' | 'twitter' | 'discord' | 'twitch' | 'microsoft';
export type OAuthProvider = 'google' | 'facebook' | 'apple' | 'github' | 'bitbucket' | 'gitlab' | 'linkedin' | 'twitter' | 'discord' | 'twitch' | 'microsoft';
export interface OAuthErrorData {

@@ -46,3 +46,3 @@ provider: OAuthProvider;

}
export declare type OpenIDConnectUserInfo = OpenIDConnectProfile & OpenIDConnectEmail & OpenIDConnectPhone & OpenIDConnectAddress & {
export type OpenIDConnectUserInfo = OpenIDConnectProfile & OpenIDConnectEmail & OpenIDConnectPhone & OpenIDConnectAddress & {
sub?: string;

@@ -49,0 +49,0 @@ sources?: Record<string, any>;

{
"name": "@magic-ext/oauth2",
"version": "1.0.0",
"version": "1.1.0-canary.713.8013344898.0",
"description": "Magic SDK OAuth Extension for Web environments.",

@@ -35,6 +35,6 @@ "author": "Magic <team@magic.link> (https://magic.link/)",

"devDependencies": {
"@magic-sdk/commons": "^18.1.1",
"@magic-sdk/commons": "18.2.0-canary.713.8013344898.0",
"@types/crypto-js": "~3.1.47"
},
"gitHead": "b52e88d7293074dbf950de52794894f2b5a8dae9"
"gitHead": "d758834dae9e8d2f1c59d2f2b53d4521af12436b"
}
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