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.0.3 to 0.0.4

1

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

@@ -11,2 +11,3 @@ export declare enum EUomLibrarySite {

export declare function idFromEUomLibrarySite(site: EUomLibrarySite): number;
export declare function idToEUomLibrarySite(id: number): EUomLibrarySite | undefined;
export declare function prettyFromEUomLibrarySite(site: EUomLibrarySite): string;

@@ -68,2 +68,16 @@ "use strict";

exports.idFromEUomLibrarySite = idFromEUomLibrarySite;
function idToEUomLibrarySite(id) {
switch (id) {
case sentry_library_site_ids_1.SENTRY_LIBRARY_SITE_JOULE:
return EUomLibrarySite.JOULE;
case sentry_library_site_ids_1.SENTRY_LIBRARY_SITE_MAIN:
return EUomLibrarySite.MAIN;
case sentry_library_site_ids_1.SENTRY_LIBRARY_SITE_PRECINCT:
return EUomLibrarySite.PRECINCT;
case sentry_library_site_ids_1.SENTRY_LIBRARY_SITE_AGLC:
return EUomLibrarySite.AGLC;
}
return undefined;
}
exports.idToEUomLibrarySite = idToEUomLibrarySite;
function prettyFromEUomLibrarySite(site) {

@@ -70,0 +84,0 @@ switch (site) {

2

package.json
{
"name": "uomlibrarycommons-core",
"version": "0.0.3",
"version": "0.0.4",
"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

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