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

@studyportals/anonymous-student-interfaces

Package Overview
Dependencies
Maintainers
23
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/anonymous-student-interfaces - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

20

application/anonymous-student-service.interface.d.ts

@@ -7,5 +7,25 @@ import { IStudent, StudentField } from '@studyportals/studentdomain';

getStudentDataCompleteness(studentFields: StudentField[]): Promise<number>;
addToCollection(type: StudentField, items: any[]): Promise<void>;
removeFromCollection(type: StudentField, items: any[]): Promise<void>;
/**
* @deprecated Use addToCollection instead
* @param ids
*/
addDisciplines(ids: number[]): Promise<void>;
/**
* @deprecated Use removeFromCollection instead
* @param ids
*/
removeDisciplines(ids: number[]): Promise<void>;
/**
* @deprecated Use addToCollection instead
* @param type
* @param ids
*/
addInterest(type: InterestType, ids: number[]): Promise<void>;
/**
* @deprecated Use removeFromCollection instead
* @param type
* @param ids
*/
removeInterest(type: InterestType, ids: number[]): Promise<void>;

@@ -12,0 +32,0 @@ setName(name: string): Promise<void>;

2

package.json
{
"name": "@studyportals/anonymous-student-interfaces",
"version": "4.0.0",
"version": "5.0.0",
"description": "The interfaces exposed by Anonymous student",

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