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

@corbado/web-core

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corbado/web-core - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

dist/models/connect/append.d.ts

2

dist/api/index.d.ts

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

export { BlockType, AuthType, VerificationMethod, LoginIdentifierType, LoginIdentifierWithError, GeneralBlockLoginInit, BlockBody, GeneralBlockPasskeyAppend, GeneralBlockVerifyIdentifier, ProcessResponse, ProcessCommon, ContinueOnOtherDevice, GeneralBlockSignupInit, LoginIdentifier, ContinueOnOtherDeviceReasonEnum, SocialProviderType, SocialDataStatusEnum, GeneralBlockPasskeyAppendAfterHybrid, } from './v2';
export { BlockType, AuthType, VerificationMethod, LoginIdentifierType, LoginIdentifierWithError, GeneralBlockLoginInit, BlockBody, GeneralBlockPasskeyAppend, GeneralBlockVerifyIdentifier, ProcessResponse, ProcessCommon, ContinueOnOtherDevice, GeneralBlockSignupInit, LoginIdentifier, ContinueOnOtherDeviceReasonEnum, SocialProviderType, SocialDataStatusEnum, GeneralBlockPasskeyAppendAfterHybrid, Passkey, } from './v2';

@@ -6,2 +6,3 @@ export * from './utils';

export * from './models/lastIdentifier';
export * from './models/connect/connectLastLogin';
export { CredentialRequestOptionsJSON } from '@github/webauthn-json';

@@ -7,2 +7,3 @@ import type { CorbadoAppParams } from '@corbado/types';

export type { SessionService } from './SessionService';
export { ConnectService } from './ConnectService';
/**

@@ -9,0 +10,0 @@ * CorbadoApp is a class that represents the main application.

@@ -40,3 +40,3 @@ import type { AxiosResponse } from 'axios';

isConditionalUISupported(): Promise<boolean>;
loginWithPasskeyChallenge(challenge: string): Promise<Result<ProcessResponse, CorbadoError>>;
loginWithPasskeyChallenge(challenge: string, onAuthenticatorCompleted?: () => void): Promise<Result<ProcessResponse, CorbadoError>>;
dropPasskeyAppendShown(): void;

@@ -43,0 +43,0 @@ dropLastIdentifier: (passkeyOperations: PasskeyOperation | undefined) => void;

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

import type { ClientCapabilities } from '@corbado/types';
import type { Result } from 'ts-results';

@@ -14,3 +15,3 @@ import type { JavaScriptHighEntropy } from '../api/v2';

static doesBrowserSupportConditionalUI(): Promise<boolean>;
static canUseBluetooth(): Promise<boolean>;
static canUseBluetooth(): Promise<boolean | undefined>;
static getClientHandle(): string | null;

@@ -20,2 +21,3 @@ static getHighEntropyValues(): Promise<JavaScriptHighEntropy | undefined>;

abortOngoingOperation(): AbortController;
static getClientCapabilities(): Promise<ClientCapabilities | undefined>;
}
export * from './defaults';
export * from './auth';
export * from './passkeyLoginSource';

@@ -19,2 +19,3 @@ import type { AxiosError } from 'axios';

static fromAxiosError(error: AxiosError): RecoverableError | NonRecoverableError;
static fromConnectAxiosError(error: AxiosError): RecoverableError | NonRecoverableError;
static fromDOMException(e: DOMException): CorbadoError;

@@ -100,1 +101,4 @@ static fromUnknownFrontendError(e: unknown): CorbadoError;

}
export declare class ConnectUserNotFound extends RecoverableError {
constructor();
}
{
"name": "@corbado/web-core",
"version": "2.8.0",
"version": "2.9.0",
"description": "This package contains core functionalities which are exported by all the SDKs and UI packages of our JavaScript library",

@@ -37,2 +37,3 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>",

"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@github/webauthn-json": "^2.1.1",

@@ -45,7 +46,7 @@ "axios": "^1.6.0",

"devDependencies": {
"@corbado/types": "^2.6.0",
"@corbado/types": "^2.7.0",
"@types/web-bluetooth": "^0.0.20",
"user-agent-data-types": "^0.4.2"
},
"gitHead": "9d4fb86d6f5c43e5638bb380d8d30b909d52a1bd"
"gitHead": "5192e4a5965299b00aab50ddf12a351d8a8c53a8"
}

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

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