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

@studyportals/account-page-interfaces

Package Overview
Dependencies
Maintainers
22
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/account-page-interfaces - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

enums/step-type.d.ts

3

enums/event-type.d.ts
export declare enum EventType {
ACCOUNT_PAGE_READY = "AccountPageReadyEvent"
ACCOUNT_PAGE_READY = "AccountPageReadyEvent",
JOURNEY_STEP_CHANGED_EVENT = "JourneyStepChangedEvent"
}

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

EventType["ACCOUNT_PAGE_READY"] = "AccountPageReadyEvent";
EventType["JOURNEY_STEP_CHANGED_EVENT"] = "JourneyStepChangedEvent";
})(EventType = exports.EventType || (exports.EventType = {}));
export * from './event-type';
export * from './view-type';
export * from './step-type';

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

__exportStar(require("./view-type"), exports);
__exportStar(require("./step-type"), exports);

@@ -1,2 +0,2 @@

import { IEvent } from "@studyportals/student-interfaces";
import { IEvent } from '@studyportals/event-aggregation-service-interface';
import { IAccountPageApplication } from "../account-page-application.interface";

@@ -3,0 +3,0 @@ export declare class AccountPageReadyEvent implements IEvent {

export * from './account-page-ready-event';
export * from './journey-step-changed-event';

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

__exportStar(require("./account-page-ready-event"), exports);
__exportStar(require("./journey-step-changed-event"), exports);
{
"name": "@studyportals/account-page-interfaces",
"version": "1.0.0",
"version": "1.0.1",
"description": "The interfaces exposed by Account Page",

@@ -5,0 +5,0 @@ "main": "bin/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