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.1.0-alpha.0 to 1.1.0

1

dist/services/AuthService.d.ts

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

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

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

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

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

6

dist/utils/errors/errors.d.ts

@@ -56,11 +56,11 @@ 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 +67,0 @@ }

{
"name": "@corbado/web-core",
"version": "1.1.0-alpha.0",
"version": "1.1.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.1.0-alpha.0"
"@corbado/types": "^1.1.0"
},
"gitHead": "42c5765ce208dc6f62308853040924c4c4b60e75"
"gitHead": "a3b51cc8c8f501c8cc0790569e22dc7e5a9344aa"
}

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