Socket
Socket
Sign inDemoInstall

@ltht-react/type-detail

Package Overview
Dependencies
Maintainers
8
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/type-detail - npm Package Compare versions

Comparing version 1.3.53 to 1.3.54

8

CHANGELOG.md

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

## 1.3.54 (2022-02-11)
**Note:** Version bump only for package @ltht-react/type-detail
## 1.3.53 (2022-02-11)

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

3

lib/molecules/string-detail.js

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

var description_list_1 = __importDefault(require("@ltht-react/description-list"));
var react_html_parser_1 = __importDefault(require("react-html-parser"));
var StringDetail = function (_a) {

@@ -14,3 +15,3 @@ var term = _a.term, description = _a.description;

return (jsx_runtime_1.jsxs(description_list_1.default, { children: [jsx_runtime_1.jsx(description_list_1.default.Term, { children: term }, void 0),
jsx_runtime_1.jsx(description_list_1.default.Description, { children: utils_1.titleCase(description) }, void 0)] }, void 0));
jsx_runtime_1.jsx(description_list_1.default.Description, { children: react_html_parser_1.default(utils_1.titleCase(description)) }, void 0)] }, void 0));
}

@@ -17,0 +18,0 @@ return jsx_runtime_1.jsx(jsx_runtime_1.Fragment, {}, void 0);

{
"name": "@ltht-react/type-detail",
"version": "1.3.53",
"version": "1.3.54",
"description": "ltht-react clinical Detail component.",

@@ -30,11 +30,12 @@ "author": "LTHT",

"@emotion/styled": "^11.0.0",
"@ltht-react/description-list": "^1.3.51",
"@ltht-react/icon": "^1.3.53",
"@ltht-react/list": "^1.3.51",
"@ltht-react/styles": "^1.3.45",
"@ltht-react/types": "^1.0.49",
"@ltht-react/utils": "^1.1.51",
"react": "^17.0.0"
"@ltht-react/description-list": "^1.3.52",
"@ltht-react/icon": "^1.3.54",
"@ltht-react/list": "^1.3.52",
"@ltht-react/styles": "^1.3.46",
"@ltht-react/types": "^1.0.50",
"@ltht-react/utils": "^1.1.52",
"react": "^17.0.0",
"react-html-parser": "^2.0.2"
},
"gitHead": "b92f5b1ac873937bd0fe49962b553e513d7a5e95"
"gitHead": "c2e2fd0ee87c143cae66c059c4e6dc6268ff5e5e"
}

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