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

@corbado/web-core

Package Overview
Dependencies
Maintainers
4
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.1.2-alpha.0 to 2.2.0-alpha.0

3

dist/services/SessionService.d.ts

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

import type { PassKeyList, SessionUser } from '@corbado/types';
import type { CorbadoUser, PassKeyList, SessionUser } from '@corbado/types';
import { BehaviorSubject } from 'rxjs';

@@ -43,2 +43,3 @@ import { Result } from 'ts-results';

abortOngoingPasskeyOperation(): void;
getFullUser(): Promise<Result<CorbadoUser, CorbadoError>>;
appendPasskey(): Promise<Result<void, CorbadoError | undefined>>;

@@ -45,0 +46,0 @@ passkeyList(): Promise<Result<PassKeyList, PasskeyListError>>;

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

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

"devDependencies": {
"@corbado/types": "^2.1.2-alpha.0"
"@corbado/types": "^2.2.0-alpha.0"
},
"gitHead": "0c7278dbafcab26043fca60f2b1d34c6f6eb089c"
"gitHead": "f197f1f976dd944115eb925d3e3930fa78c70eae"
}

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