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

@descope/web-component

Package Overview
Dependencies
Maintainers
0
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope/web-component - npm Package Compare versions

Comparing version 3.25.2 to 3.25.3

dist/esm/debugger-wc-7151ba17.js

2

dist/esm/index.js

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

export{D as default}from"./index-0bc0d677.js";import"tslib";import"@descope/web-js-sdk";import"@descope/sdk-mixins";import"@descope/sdk-helpers";
export{D as default}from"./index-ea402d79.js";import"tslib";import"@descope/web-js-sdk";import"@descope/sdk-mixins";import"@descope/sdk-helpers";

@@ -98,8 +98,2 @@ import createSdk from '@descope/web-js-sdk';

type ThemeOptions = 'light' | 'dark' | 'os';
interface ILogger {
info(title: string, description: string, state: any): void;
warn(title: string, description?: string): void;
debug(title: string, description?: string): void;
error(title: string, description?: string, ...optionalParams: any[]): void;
}
type DescopeUI = Record<string, () => Promise<void>> & {

@@ -1101,2 +1095,4 @@ componentsThemeManager: Record<string, any>;

type ILogger = Partial<DescopeWc['logger']>;
export { type AutoFocusOptions, type ILogger, type ThemeOptions, DescopeWc as default };
{
"name": "@descope/web-component",
"version": "3.25.2",
"version": "3.25.3",
"author": "Descope Team <info@descope.com>",

@@ -70,5 +70,5 @@ "homepage": "https://github.com/descope/descope-js",

"@fingerprintjs/fingerprintjs-pro": "3.9.9",
"@descope/sdk-helpers": "0.1.60",
"@descope/sdk-mixins": "0.3.2",
"@descope/web-js-sdk": "1.17.0",
"@descope/sdk-helpers": "0.1.60"
"@descope/web-js-sdk": "1.17.0"
},

@@ -75,0 +75,0 @@ "overrides": {

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

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