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
23
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.0.0 to 1.1.0-0

events/yolo-not-displayed-event.d.ts

3

enums/event-type.d.ts
export declare enum EventType {
AUTHENTICATION_SERVICE_READY_EVENT = "AuthenticationServiceReadyEvent"
AUTHENTICATION_SERVICE_READY_EVENT = "AuthenticationServiceReadyEvent",
YOLO_NOT_DISPLAYED_EVENT = "YoloNotDisplayedEvent"
}

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

EventType["AUTHENTICATION_SERVICE_READY_EVENT"] = "AuthenticationServiceReadyEvent";
EventType["YOLO_NOT_DISPLAYED_EVENT"] = "YoloNotDisplayedEvent";
})(EventType = exports.EventType || (exports.EventType = {}));

@@ -7,3 +7,4 @@ export declare enum PortalType {

DISTANCE_LEARNING = "distance_learning",
PREPARATION_COURSES = "preparation_courses"
PREPARATION_COURSES = "preparation_courses",
ADMISSION_TEST = "admission_test"
}

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

PortalType["PREPARATION_COURSES"] = "preparation_courses";
PortalType["ADMISSION_TEST"] = "admission_test";
})(PortalType = exports.PortalType || (exports.PortalType = {}));

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

TEST_USER = "test-user",
FORM = "form"
FORM = "form",
FREE_TEST_MATERIAL = "FreeTestMaterial"
}

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

Referrer["FORM"] = "form";
Referrer["FREE_TEST_MATERIAL"] = "FreeTestMaterial";
})(Referrer = exports.Referrer || (exports.Referrer = {}));
export * from './authentication-service-ready-event';
export * from './yolo-not-displayed-event';

@@ -18,1 +18,2 @@ "use strict";

__exportStar(require("./authentication-service-ready-event"), exports);
__exportStar(require("./yolo-not-displayed-event"), exports);
{
"name": "@studyportals/authentication-service-interfaces",
"version": "1.0.0",
"version": "1.1.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