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.2.1-alpha.0 to 2.2.2-alpha.0

3

dist/services/WebAuthnService.d.ts
import type { Result } from 'ts-results';
import type { JavaScriptHighEntropy } from '../api/v2';
import { CorbadoError } from '../utils';

@@ -13,4 +14,6 @@ /**

static doesBrowserSupportPasskeys(): Promise<boolean>;
static canUseBluetooth(): Promise<boolean>;
static getClientHandle(): string | null;
static getHighEntropyValues(): Promise<JavaScriptHighEntropy | undefined>;
static setClientHandle(clientHandle: string): void;
}

8

package.json
{
"name": "@corbado/web-core",
"version": "2.2.1-alpha.0",
"version": "2.2.2-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,7 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>",

"devDependencies": {
"@corbado/types": "^2.2.1-alpha.0"
"@corbado/types": "^2.2.1-alpha.0",
"@types/web-bluetooth": "^0.0.20",
"user-agent-data-types": "^0.4.2"
},
"gitHead": "530ab01913082e15928b5dc9f17b39dd9d161d43"
"gitHead": "504965b62c12095f0eecac28e1fdae7c875255de"
}

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