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

@studyportals/authentication-service-interfaces

Package Overview
Dependencies
Maintainers
25
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/authentication-service-interfaces - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0-0

0

authentication-service.interface.d.ts

@@ -0,0 +0,0 @@ import { RenderIncentiveCommand } from "./commands";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export * from "./render-incentive-command";
export * from "./render-form-command";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FormType } from "../enums";

@@ -0,0 +0,0 @@ "use strict";

3

commands/render-incentive-command.d.ts
import { ActionState, Referrer } from "../enums";
export declare class RenderIncentiveCommand extends CustomEvent<RenderAuthenticationServiceRequest> {
constructor(referrer: Referrer, tabToShow?: ActionState);
constructor(referrer: Referrer, tabToShow?: ActionState, context?: string);
}

@@ -8,3 +8,4 @@ interface RenderAuthenticationServiceRequest {

tabToShow?: ActionState;
context?: string;
}
export {};

@@ -5,7 +5,8 @@ "use strict";

class RenderIncentiveCommand extends CustomEvent {
constructor(referrer, tabToShow) {
constructor(referrer, tabToShow, context) {
super("RenderAuthenticationService", {
detail: {
referrer,
tabToShow
tabToShow,
context
}

@@ -12,0 +13,0 @@ });

@@ -0,0 +0,0 @@ export declare enum ActionState {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum EventType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum FormType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './event-type';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum LayoutType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum PortalType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum Referrer {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IEvent } from "@studyportals/student-interfaces";

@@ -0,0 +0,0 @@ "use strict";

export * from './authentication-service-ready-event';
export * from './yolo-not-displayed-event';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IEvent } from "@studyportals/student-interfaces";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './authentication-service.interface';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@studyportals/authentication-service-interfaces",
"version": "1.3.0",
"version": "1.4.0-0",
"description": "The interfaces exposed by Profile Questionnaires",

@@ -5,0 +5,0 @@ "main": "index.js",

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