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-104 to 0.0.1-105

2

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

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

@@ -8,3 +8,5 @@ export declare enum EnrolmentIdentificationSource {

COOKIE_TRACKING = 50,
COMPANY_X = 60
DATA_ENRICHMENT = 60,
CLIENT_SURVEY = 70,
DREAM_APPLY = 80
}

@@ -11,0 +13,0 @@ export declare namespace EnrolmentIdentificationSource {

@@ -11,3 +11,5 @@ "use strict";

EnrolmentIdentificationSource[EnrolmentIdentificationSource["COOKIE_TRACKING"] = 50] = "COOKIE_TRACKING";
EnrolmentIdentificationSource[EnrolmentIdentificationSource["COMPANY_X"] = 60] = "COMPANY_X";
EnrolmentIdentificationSource[EnrolmentIdentificationSource["DATA_ENRICHMENT"] = 60] = "DATA_ENRICHMENT";
EnrolmentIdentificationSource[EnrolmentIdentificationSource["CLIENT_SURVEY"] = 70] = "CLIENT_SURVEY";
EnrolmentIdentificationSource[EnrolmentIdentificationSource["DREAM_APPLY"] = 80] = "DREAM_APPLY";
})(EnrolmentIdentificationSource = exports.EnrolmentIdentificationSource || (exports.EnrolmentIdentificationSource = {}));

@@ -21,2 +23,4 @@ (function (EnrolmentIdentificationSource) {

case EnrolmentIdentificationSource.COOKIE_TRACKING:
case EnrolmentIdentificationSource.CLIENT_SURVEY:
case EnrolmentIdentificationSource.DREAM_APPLY:
return true;

@@ -31,3 +35,3 @@ default:

case EnrolmentIdentificationSource.STUDENT_SURVEY:
case EnrolmentIdentificationSource.COMPANY_X:
case EnrolmentIdentificationSource.DATA_ENRICHMENT:
return true;

@@ -34,0 +38,0 @@ default:

Sorry, the diff of this file is not supported yet

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