New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@descope/angular-sdk

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope/angular-sdk - npm Package Compare versions

Comparing version 0.5.0-alpha.2 to 0.5.0

esm2022/lib/components/user-management/user-management.component.mjs

3

lib/components/descope/descope.component.d.ts

@@ -27,2 +27,3 @@ import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core';

error: EventEmitter<CustomEvent>;
ready: EventEmitter<void>;
private readonly webComponent;

@@ -34,3 +35,3 @@ constructor(elementRef: ElementRef, authService: DescopeAuthService, descopeConfig: DescopeAuthConfig);

static ɵfac: i0.ɵɵFactoryDeclaration<DescopeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DescopeComponent, "descope[flowId]", never, { "flowId": { "alias": "flowId"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "tenant": { "alias": "tenant"; "required": false; }; "telemetryKey": { "alias": "telemetryKey"; "required": false; }; "redirectUrl": { "alias": "redirectUrl"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "errorTransformer": { "alias": "errorTransformer"; "required": false; }; "client": { "alias": "client"; "required": false; }; "form": { "alias": "form"; "required": false; }; "logger": { "alias": "logger"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DescopeComponent, "descope[flowId]", never, { "flowId": { "alias": "flowId"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "tenant": { "alias": "tenant"; "required": false; }; "telemetryKey": { "alias": "telemetryKey"; "required": false; }; "redirectUrl": { "alias": "redirectUrl"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "errorTransformer": { "alias": "errorTransformer"; "required": false; }; "client": { "alias": "client"; "required": false; }; "form": { "alias": "form"; "required": false; }; "logger": { "alias": "logger"; "required": false; }; }, { "success": "success"; "error": "error"; "ready": "ready"; }, never, never, true, never>;
}

@@ -8,2 +8,3 @@ import { ModuleWithProviders } from '@angular/core';

import * as i4 from "./components/sign-up-or-in-flow/sign-up-or-in-flow.component";
import * as i5 from "./components/user-management/user-management.component";
export declare class DescopeAuthModule {

@@ -13,4 +14,4 @@ constructor(parentModule?: DescopeAuthModule);

static ɵfac: i0.ɵɵFactoryDeclaration<DescopeAuthModule, [{ optional: true; skipSelf: true; }]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DescopeAuthModule, never, [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent], [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DescopeAuthModule, never, [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent, typeof i5.UserManagementComponent], [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent, typeof i5.UserManagementComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DescopeAuthModule>;
}
{
"name": "@descope/angular-sdk",
"version": "0.5.0-alpha.2",
"version": "0.5.0",
"peerDependencies": {

@@ -19,3 +19,4 @@ "@angular/common": ">=16.0.0",

"dependencies": {
"@descope/web-component": "3.4.3",
"@descope/web-component": "3.8.2",
"@descope/user-management-widget": "0.0.9",
"tslib": "^2.3.0"

@@ -22,0 +23,0 @@ },

@@ -9,2 +9,3 @@ export * from './lib/services/descope-auth.service';

export * from './lib/components/sign-up-or-in-flow/sign-up-or-in-flow.component';
export * from './lib/components/user-management/user-management.component';
export * from './lib/types/types';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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