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

uomlibrarycommons-core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uomlibrarycommons-core - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

1

dist/enums/euom-library-affiliation.d.ts

@@ -6,2 +6,3 @@ export declare enum EUomLibraryAffiliation {

EMPLOYEE = "employee",
FACULTY = "faculty",
ALUMNI = "alum",

@@ -8,0 +9,0 @@ AFFILIATE = "affiliate",

@@ -10,2 +10,3 @@ "use strict";

EUomLibraryAffiliation["EMPLOYEE"] = "employee";
EUomLibraryAffiliation["FACULTY"] = "faculty";
EUomLibraryAffiliation["ALUMNI"] = "alum";

@@ -26,2 +27,4 @@ EUomLibraryAffiliation["AFFILIATE"] = "affiliate";

return EUomLibraryAffiliation.EMPLOYEE;
case EUomLibraryAffiliation.FACULTY.toString():
return EUomLibraryAffiliation.FACULTY;
case EUomLibraryAffiliation.ALUMNI.toString():

@@ -48,2 +51,4 @@ return EUomLibraryAffiliation.ALUMNI;

return EUomLibraryAffiliation.EMPLOYEE.toString();
case EUomLibraryAffiliation.FACULTY:
return EUomLibraryAffiliation.FACULTY.toString();
case EUomLibraryAffiliation.ALUMNI:

@@ -77,2 +82,4 @@ return EUomLibraryAffiliation.ALUMNI.toString();

return EUomLibraryAffiliation.EMPLOYEE;
case 'FACULTY':
return EUomLibraryAffiliation.FACULTY;
case 'ALUMNI':

@@ -79,0 +86,0 @@ return EUomLibraryAffiliation.ALUMNI;

@@ -5,2 +5,3 @@ export declare enum EUomLibraryMemberType {

POSTGRADUATE = "Postgraduate",
VISITOR = "Visitor",
OTHER = "Other"

@@ -7,0 +8,0 @@ }

@@ -9,2 +9,3 @@ "use strict";

EUomLibraryMemberType["POSTGRADUATE"] = "Postgraduate";
EUomLibraryMemberType["VISITOR"] = "Visitor";
EUomLibraryMemberType["OTHER"] = "Other";

@@ -21,2 +22,4 @@ })(EUomLibraryMemberType = exports.EUomLibraryMemberType || (exports.EUomLibraryMemberType = {}));

return EUomLibraryMemberType.POSTGRADUATE;
case EUomLibraryMemberType.VISITOR.toString().toLowerCase():
return EUomLibraryMemberType.VISITOR;
case EUomLibraryMemberType.OTHER.toString().toLowerCase():

@@ -37,2 +40,4 @@ return EUomLibraryMemberType.OTHER;

return EUomLibraryMemberType.POSTGRADUATE.toString();
case EUomLibraryMemberType.VISITOR:
return EUomLibraryMemberType.VISITOR.toString();
case EUomLibraryMemberType.OTHER:

@@ -60,2 +65,4 @@ return EUomLibraryMemberType.OTHER.toString();

return EUomLibraryMemberType.POSTGRADUATE;
case 'VISITOR':
return EUomLibraryMemberType.VISITOR;
case 'OTHER':

@@ -62,0 +69,0 @@ return EUomLibraryMemberType.OTHER;

2

package.json
{
"name": "uomlibrarycommons-core",
"version": "0.7.2",
"version": "0.7.3",
"description": "Common Node and Angular code for UoM library development",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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