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.4.0 to 1.5.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";

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

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

@@ -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";

3

enums/referrer.d.ts

@@ -29,3 +29,4 @@ export declare enum Referrer {

SCHOLARSHIP_TAB = "ScholarshipTab",
SCHOLARSHIP_TAB_POPUP = "ScholarshipTabPopup"
SCHOLARSHIP_TAB_POPUP = "ScholarshipTabPopup",
MY_JOURNEY = "MyJourney"
}

@@ -34,2 +34,3 @@ "use strict";

Referrer["SCHOLARSHIP_TAB_POPUP"] = "ScholarshipTabPopup";
Referrer["MY_JOURNEY"] = "MyJourney";
})(Referrer = exports.Referrer || (exports.Referrer = {}));

@@ -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.4.0",
"version": "1.5.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