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

@authgear-latte/web

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authgear-latte/web - npm Package Compare versions

Comparing version 1.0.0-53e0fa5d to 1.0.0-773f106f

20

index.d.ts

@@ -372,5 +372,8 @@ /**

customUIEndpoint: string;
tokenizeEndpoint: string;
private flows;
constructor(authgear: WebContainer, customUIEndpoint: string);
private fetch;
constructor(authgear: WebContainer, customUIEndpoint: string, tokenizeEndpoint: string);
startAuthentication(options: LatteAuthenticateOptions): Promise<void>;
private tokenize;
}

@@ -383,6 +386,19 @@

*/
export declare interface LatteAuthenticateOptions extends Pick<AuthenticateOptions, "redirectURI" | "state" | "xState" | "prompt" | "loginHint" | "uiLocales" | "responseType" | "page" | "oauthProviderAlias"> {
export declare interface LatteAuthenticateOptions extends Pick<AuthenticateOptions, "redirectURI" | "state" | "prompt" | "loginHint" | "uiLocales" | "responseType" | "page" | "oauthProviderAlias"> {
xSecrets?: Record<string, string>;
xState?: Record<string, string>;
}
/**
* @public
*/
export declare class LatteError extends Error {
/**
* @public
*/
details?: unknown;
constructor(message: string, details?: unknown);
}
/**
* Auth UI anonymous user promotion options

@@ -389,0 +405,0 @@ *

2

package.json
{
"name": "@authgear-latte/web",
"version": "1.0.0-53e0fa5d",
"version": "1.0.0-773f106f",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "dist/authgear-web.cjs.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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