Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
Maintainers
6
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.20 to 1.1.21

8

CHANGELOG.md

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

## 1.1.21 (2021-10-13)
**Note:** Version bump only for package @ltht-react/utils
## 1.1.20 (2021-10-05)

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

2

lib/atoms/codeable-concept.d.ts
import { CodeableConcept, Maybe } from '@ltht-react/types';
declare const codeableConceptDisplaySummary: (codeableConcept?: Maybe<CodeableConcept>) => string;
declare const codeableConceptCodeSummary: (codeableConcept?: CodeableConcept) => string;
declare const codeableConceptCodeSummary: (codeableConcept?: Maybe<CodeableConcept>) => string;
declare const codeableConceptTextSummary: (codeableConcept?: Maybe<CodeableConcept>[]) => string;
export { codeableConceptDisplaySummary, codeableConceptCodeSummary, codeableConceptTextSummary };

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

if (codeableConcept === void 0) { codeableConcept = {}; }
var codings = codeableConcept.coding || [];
var codings = (codeableConcept === null || codeableConcept === void 0 ? void 0 : codeableConcept.coding) || [];
var code = codings.map(function (coding) { return coding === null || coding === void 0 ? void 0 : coding.code; }).join(', ');

@@ -20,0 +20,0 @@ return code;

{
"name": "@ltht-react/utils",
"version": "1.1.20",
"version": "1.1.21",
"description": "> TODO: description",

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

"dependencies": {
"@ltht-react/types": "^1.0.18"
"@ltht-react/types": "^1.0.19"
},
"gitHead": "5d940e27b681e319e23dc85b5f2458fabc756523"
"gitHead": "7d1b43bfcf37912035c63c899c19bdb83aaa57d3"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc