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

@studyportals/student-interfaces

Package Overview
Dependencies
Maintainers
25
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/student-interfaces - npm Package Compare versions

Comparing version 5.0.0-4 to 5.0.0-5

1

event-aggregation-service/event-aggregation-service.interface.d.ts
import { IEvent } from './event.interface';
import { ISubscriber } from './subscriber.interface';
export interface IEventAggregationService {
subscribeToWebSocketEvent(eventType: string, subscriber: ISubscriber<any>): void;
subscribeTo(eventType: string, subscriber: ISubscriber<IEvent>, replay?: boolean): void;
publishTo(eventType: string, event: IEvent): void;
}

2

package.json
{
"name": "@studyportals/student-interfaces",
"version": "5.0.0-4",
"version": "5.0.0-5",
"description": "The interfaces exposed by StudentJS",

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