@qubic-connect/redirect
Advanced tools
Comparing version 0.6.3 to 0.6.4-alpha.0
@@ -1,2 +0,2 @@ | ||
export declare type LoginRedirectWalletType = 'metamask' | 'qubic' | 'walletconnect'; | ||
export declare type LoginRedirectSignInProvider = 'facebook' | 'google' | 'apple'; | ||
export type LoginRedirectWalletType = 'metamask' | 'qubic' | 'walletconnect'; | ||
export type LoginRedirectSignInProvider = 'facebook' | 'google' | 'apple' | 'yahoo'; |
@@ -17,3 +17,3 @@ import { LoginRedirectWalletType, LoginRedirectSignInProvider } from './types'; | ||
} | ||
declare type ResponsePassToConnect = ResponseFail | ResponsePassToConnectSuccess; | ||
type ResponsePassToConnect = ResponseFail | ResponsePassToConnectSuccess; | ||
export interface RequestPassToWallet { | ||
@@ -28,4 +28,4 @@ ticketRedirectUrl: string; | ||
} | ||
export declare type ResponseWalletToPassFail = ResponseFail & Partial<RequestConnectToPass>; | ||
declare type ResponseWalletToPass = ResponseWalletToPassSuccess | ResponseFail; | ||
export type ResponseWalletToPassFail = ResponseFail & Partial<RequestConnectToPass>; | ||
type ResponseWalletToPass = ResponseWalletToPassSuccess | ResponseFail; | ||
export declare function createUrlRequestConnectToPass(url: string, options: RequestConnectToPass): string; | ||
@@ -32,0 +32,0 @@ export declare function getResponsePassToConnect(url: string): ResponsePassToConnect; |
{ | ||
"name": "@qubic-connect/redirect", | ||
"version": "0.6.3", | ||
"version": "0.6.4-alpha.0", | ||
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/redirect#readme", | ||
@@ -31,3 +31,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "960ca70744414e8e3dc985745fb77531cf83675a" | ||
"gitHead": "4248535728c941fc8ed8872b66daf0945fed0678" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22022
1