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

@studyportals/sp-lord-business-interface

Package Overview
Dependencies
Maintainers
19
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/sp-lord-business-interface - npm Package Compare versions

Comparing version 0.0.1-93 to 0.0.1-94

2

package.json
{
"name": "@studyportals/sp-lord-business-interface",
"version": "0.0.1-93",
"version": "0.0.1-94",
"description": "Typescript library containing resources that facilitate integration with Lord Business.",

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

@@ -6,3 +6,3 @@ import { ProgrammeLevel } from "../";

studentNationalityIsoCode: string | null | undefined;
tuitionFee: number | undefined;
tuitionFee: number | null | undefined;
tuitionFeeCurrencyIso: string | null | undefined;

@@ -14,4 +14,4 @@ programmeName: string | undefined;

intakeMonth: number | null | undefined;
intakeYear: number | undefined;
intakeYear: number | null | undefined;
protected toJSON(): object;
}
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