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

@corbado/web-core

Package Overview
Dependencies
Maintainers
5
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 1.0.2 to 1.1.0-alpha.0

1

dist/services/AuthService.d.ts

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

loginWithConditionalUI(): Promise<Result<void, LoginWithPasskeyError | undefined>>;
abortOngoingPasskeyOperation(): void;
/**

@@ -92,0 +93,0 @@ * Method to append a passkey.

@@ -13,2 +13,3 @@ import type { Subject } from 'rxjs';

login(serializedChallenge: string, conditional: boolean): Promise<Result<string, CorbadoError>>;
abortOngoingOperation(): void;
}

7

dist/utils/errors/errors.d.ts

@@ -56,11 +56,12 @@ import type { AxiosError } from 'axios';

readonly type: 'client' | 'server';
readonly link: string;
readonly link?: string;
readonly details?: string;
readonly detailedType?: string;
readonly requestId?: string;
constructor(type: 'client' | 'server', message: string, link: string, details?: string, detailedType?: string, requestId?: string);
constructor(type: 'client' | 'server', message: string, link?: string, details?: string, detailedType?: string, requestId?: string);
static unknown(): NonRecoverableError;
static invalidConfig(message: string): NonRecoverableError;
static server(message: string, requestId: string, link: string, detailedType: string, details?: string): NonRecoverableError;
static client(message: string, link: string): NonRecoverableError;
static client(message: string, link?: string): NonRecoverableError;
static userRegistrationNotAllowed(): NonRecoverableError;
}

@@ -67,0 +68,0 @@ export declare class UserAlreadyExistsError extends RecoverableError {

{
"name": "@corbado/web-core",
"version": "1.0.2",
"version": "1.1.0-alpha.0",
"description": "This package contains core functionalities which are exported by all the SDKs and UI packages of our JavaScript library",

@@ -43,5 +43,5 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>",

"devDependencies": {
"@corbado/types": "^1.0.2"
"@corbado/types": "^1.1.0-alpha.0"
},
"gitHead": "8dbcf1a3a958c904553dda08394a2da89eee5e20"
"gitHead": "42c5765ce208dc6f62308853040924c4c4b60e75"
}

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

Sorry, the diff of this file is not supported yet

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