@studyportals/authentication-service-interfaces
Advanced tools
Comparing version 1.3.0 to 1.4.0-0
@@ -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"; |
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
337
14834
2