Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
19
Maintainers
14
Versions
295
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.12 to 2.0.13

lib/atoms/parse-html.d.ts

1

lib/atoms/index.d.ts

@@ -15,3 +15,4 @@ export { default as allergyIntoleranceCategoryCodeDisplaySummary } from './allergy-intolerance-category-code';

export { default as stripBBTags } from './strip-bb-tags';
export { default as parseHTML } from './parse-html';
export * from './ensure-maybe';
export * from './patient';

4

lib/atoms/index.js

@@ -20,3 +20,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.stripBBTags = exports.stripHtmlTags = exports.isMobileView = exports.titleCase = exports.resourceReferenceDisplaySummary = exports.rangeText = exports.quantityText = exports.periodSummaryText = exports.metadataSourceSummaryText = exports.medicationTitleSeparator = exports.allergyIntoleranceCategoryCodeDisplaySummary = void 0;
exports.parseHTML = exports.stripBBTags = exports.stripHtmlTags = exports.isMobileView = exports.titleCase = exports.resourceReferenceDisplaySummary = exports.rangeText = exports.quantityText = exports.periodSummaryText = exports.metadataSourceSummaryText = exports.medicationTitleSeparator = exports.allergyIntoleranceCategoryCodeDisplaySummary = void 0;
var allergy_intolerance_category_code_1 = require("./allergy-intolerance-category-code");

@@ -47,4 +47,6 @@ Object.defineProperty(exports, "allergyIntoleranceCategoryCodeDisplaySummary", { enumerable: true, get: function () { return __importDefault(allergy_intolerance_category_code_1).default; } });

Object.defineProperty(exports, "stripBBTags", { enumerable: true, get: function () { return __importDefault(strip_bb_tags_1).default; } });
var parse_html_1 = require("./parse-html");
Object.defineProperty(exports, "parseHTML", { enumerable: true, get: function () { return __importDefault(parse_html_1).default; } });
__exportStar(require("./ensure-maybe"), exports);
__exportStar(require("./patient"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@ltht-react/utils",
"version": "2.0.12",
"version": "2.0.13",
"description": "> TODO: description",

@@ -26,5 +26,6 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

"dependencies": {
"@ltht-react/types": "^2.0.12"
"@ltht-react/types": "^2.0.13",
"html-react-parser": "^5.0.6"
},
"gitHead": "3470729a12e288aa9de6e5cbf79219545b8892b8"
"gitHead": "0da86708aeec68718a2d11204c619cf1f3bfdbaf"
}

@@ -15,3 +15,4 @@ export { default as allergyIntoleranceCategoryCodeDisplaySummary } from './allergy-intolerance-category-code'

export { default as stripBBTags } from './strip-bb-tags'
export { default as parseHTML } from './parse-html'
export * from './ensure-maybe'
export * from './patient'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc