Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
Maintainers
10
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/utils - npm Package Compare versions

Comparing version 1.1.78 to 1.1.79

lib/atoms/strip-bb-tags.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 1.1.79 (2022-05-26)
**Note:** Version bump only for package @ltht-react/utils
## 1.1.78 (2022-05-25)

@@ -8,0 +16,0 @@

2

lib/atoms/index.d.ts

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

export { default as isMobileView } from './isMobileView';
export { default as stripHtmlTags } from './strip-html-tags';
export { default as stripBBTags } from './strip-bb-tags';
export * from './patient';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.isMobileView = exports.titleCase = exports.resourceReferenceDisplaySummary = exports.rangeText = exports.quantityText = exports.periodSummaryText = exports.metadataSourceSummaryText = exports.medicationTitleSeparator = exports.allergyIntoleranceCategoryCodeDisplaySummary = void 0;
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");

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

Object.defineProperty(exports, "isMobileView", { enumerable: true, get: function () { return __importDefault(isMobileView_1).default; } });
var strip_html_tags_1 = require("./strip-html-tags");
Object.defineProperty(exports, "stripHtmlTags", { enumerable: true, get: function () { return __importDefault(strip_html_tags_1).default; } });
var strip_bb_tags_1 = require("./strip-bb-tags");
Object.defineProperty(exports, "stripBBTags", { enumerable: true, get: function () { return __importDefault(strip_bb_tags_1).default; } });
__exportStar(require("./patient"), exports);
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@ltht-react/utils",
"version": "1.1.78",
"version": "1.1.79",
"description": "> TODO: description",

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

"dependencies": {
"@ltht-react/types": "^1.0.76"
"@ltht-react/types": "^1.0.77"
},
"gitHead": "596404bdecdfbcbe541c6d6f277c12afd5ac402a"
"gitHead": "11007c090bb0313b90d89bf103b32989d9fec916"
}

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