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.8.1 to 0.8.2

1

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

@@ -13,1 +13,2 @@ export declare enum EUomLibrarySite {

export declare function prettyFromEUomLibrarySite(site: EUomLibrarySite): string;
export declare const EUOM_LIBRARY_SITES: EUomLibrarySite[];

6

dist/enums/euom-library-site.js

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

return false;
if (toEUomLibrarySite(test) === undefined)
return false;
return true;
return toEUomLibrarySite(test) !== undefined;
}

@@ -86,2 +84,4 @@ exports.isEUomLibrarySite = isEUomLibrarySite;

exports.prettyFromEUomLibrarySite = prettyFromEUomLibrarySite;
exports.EUOM_LIBRARY_SITES = Object.keys(EUomLibrarySite)
.map((e) => keyToEUomLibrarySite(e));
//# sourceMappingURL=euom-library-site.js.map
{
"name": "uomlibrarycommons-core",
"version": "0.8.1",
"version": "0.8.2",
"description": "Common Node and Angular code for UoM library development",

@@ -13,3 +13,3 @@ "scripts": {

"dependencies": {
"tscommons-core": "^1.33.1"
"tscommons-core": "^2.1.0"
},

@@ -16,0 +16,0 @@ "files": [

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