Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ltht-react/community-treatment-order-detail

Package Overview
Dependencies
Maintainers
5
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/community-treatment-order-detail - npm Package Compare versions

Comparing version 0.1.23 to 0.1.24

9

CHANGELOG.md

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

## [0.1.24](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/community-treatment-order-detail@0.1.23...@ltht-react/community-treatment-order-detail@0.1.24) (2020-09-10)
**Note:** Version bump only for package @ltht-react/community-treatment-order-detail
## [0.1.23](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/community-treatment-order-detail@0.1.22...@ltht-react/community-treatment-order-detail@0.1.23) (2020-09-01)

@@ -8,0 +17,0 @@

3

lib/index.js

@@ -12,7 +12,6 @@ "use strict";

var communityTreatmentOrder = _a.communityTreatmentOrder;
var _b;
return (core_1.jsx(react_1.default.Fragment, null,
core_1.jsx(detail_1.StringDetail, { term: "Consent", description: communityTreatmentOrder.consentToTreat }),
core_1.jsx(detail_1.CodeableConceptDetail, { term: "Legal Status", concept: communityTreatmentOrder.legalStatus }),
core_1.jsx(detail_1.PeriodDetail, { period: (_b = communityTreatmentOrder) === null || _b === void 0 ? void 0 : _b.period }),
core_1.jsx(detail_1.PeriodDetail, { period: communityTreatmentOrder === null || communityTreatmentOrder === void 0 ? void 0 : communityTreatmentOrder.period }),
core_1.jsx(detail_1.StringDetail, { term: "Restrictions", description: communityTreatmentOrder.restrictions })));

@@ -19,0 +18,0 @@ };

{
"name": "@ltht-react/community-treatment-order-detail",
"version": "0.1.23",
"version": "0.1.24",
"description": "ltht-react clinical CommunityTreatmentOrderDetail component.",

@@ -30,10 +30,10 @@ "author": "LTHT",

"@emotion/styled": "^10.0.27",
"@ltht-react/detail": "^0.1.23",
"@ltht-react/styles": "^0.1.17",
"@ltht-react/types": "^0.0.24",
"@ltht-react/utils": "^0.1.17",
"@ltht-react/detail": "^0.1.24",
"@ltht-react/styles": "^0.1.18",
"@ltht-react/types": "^0.0.25",
"@ltht-react/utils": "^0.1.18",
"emotion": "^10.0.27",
"react": "^16.12.0"
},
"gitHead": "4d364556bb11e294d86697c2dac66742f7aabc7f"
"gitHead": "6f88b301f18fa5b39cf5f6c6126812b5f134f4d1"
}

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