New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/domain-client

Package Overview
Dependencies
Maintainers
25
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/domain-client - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0-0

2

package.json
{
"name": "@studyportals/domain-client",
"version": "3.15.0",
"version": "3.16.0-0",
"description": "Responsible for fetching data from the Domain API",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

export interface ICountry {
/**
* Get country iso code
*
* @return string
*/
getISOCode(): string;
/**
* Get country id

@@ -4,0 +10,0 @@ *

@@ -18,2 +18,8 @@ import { ICountry, IEnglishRequirements, IInternalLink, ILogo, ITuitionFee } from "../../..";

/**
* Get discipline ids attached to this programme
*
* @return number[]
*/
getDisciplineIds(): number[];
/**
* Education level

@@ -79,2 +85,8 @@ *

/**
* University id
*
* @return number
*/
getUniversityId(): number;
/**
* University title

@@ -81,0 +93,0 @@ *

@@ -10,3 +10,4 @@ import { IOptionalLink } from "../../..";

getCountryId(): number;
getCountryIso(): string;
hasAreaId(): boolean;
}
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