Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
1
Maintainers
13
Versions
295
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.266 to 1.1.267

0

lib/atoms/allergy-intolerance-category-code.d.ts
import { AllergyIntoleranceCategoryCode, Maybe } from '@ltht-react/types';
declare const allergyIntoleranceCategoryCodeDisplaySummary: (categories?: Maybe<AllergyIntoleranceCategoryCode>[]) => string;
export default allergyIntoleranceCategoryCodeDisplaySummary;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CodeableConcept, Maybe } from '@ltht-react/types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { Maybe } from '@ltht-react/types';
export declare const EnsureMaybeArray: <Type>(maybeArray: Maybe<Type>[] | undefined) => Type[];
export declare const EnsureMaybe: <Type>(maybe: Maybe<Type> | undefined, defaultValue?: Type | undefined) => Type;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Extension, Maybe } from '@ltht-react/types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

declare const isMobileView: (width: number) => boolean;
export default isMobileView;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { DosageType, Maybe } from '@ltht-react/types';
declare const medicationTitleSeparator: (dosageInstruction: Maybe<DosageType>) => string;
export default medicationTitleSeparator;

@@ -0,0 +0,0 @@ "use strict";

import { Metadata } from '@ltht-react/types';
declare const metadataSourceSummaryText: (metadata: Metadata) => string;
export default metadataSourceSummaryText;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { PartialDateTime } from '@ltht-react/types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Patient, NhsNumberStatus } from '@ltht-react/types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { Period } from '@ltht-react/types';
declare const periodSummaryText: (period?: Period | null | undefined) => string;
export default periodSummaryText;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { Quantity, Maybe } from '@ltht-react/types';
declare const quantityText: (quantity?: Maybe<Quantity> | undefined) => string;
export default quantityText;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { Range, Maybe } from '@ltht-react/types';
declare const rangeText: (range?: Maybe<Range> | undefined) => string;
export default rangeText;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { ResourceReference, Maybe } from '@ltht-react/types';
declare const resourceReferenceDisplaySummary: (resourceReferences?: Maybe<ResourceReference>[]) => string;
export default resourceReferenceDisplaySummary;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

declare const stripBBTags: (value?: string | null | undefined) => string;
export default stripBBTags;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

declare const stripHtmlTags: (value?: string | null | undefined) => string;
export default stripHtmlTags;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export declare const titleCase: (value: string) => string;
export default titleCase;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export * from './atoms';

@@ -0,0 +0,0 @@ "use strict";

6

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

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

"dependencies": {
"@ltht-react/types": "^1.0.264"
"@ltht-react/types": "^1.0.265"
},
"gitHead": "c47d5d393ce392e37627f8246cc6a1e46a5b4a93"
"gitHead": "f4642e79f0b745730f3485ecdebf1ad6f8f280c3"
}
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