Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
Maintainers
2
Versions
319
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 0.0.11 to 0.1.0

8

CHANGELOG.md

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

## [0.0.11](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.10...@ltht-react/utils@0.0.11) (2020-02-10)
**Note:** Version bump only for package @ltht-react/utils
## [0.0.10](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.9...@ltht-react/utils@0.0.10) (2020-01-30)

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

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 @@ import { CodeableConcept, Maybe } from '@ltht-react/types';

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

4

lib/atoms/codeable-concept.test.js

@@ -14,7 +14,7 @@ "use strict";

});
it('empty coding, populated text display formats correctly', function () {
it('empty coding populated display formats correctly', function () {
var codeable = { coding: [], text: 'Test Text 2' };
expect(codeable_concept_1.codeableConceptDisplaySummary(codeable)).toEqual('Test Text 2');
});
it('signle coding with empty display, populated text display formats correctly', function () {
it('single coding with empty display, populated text display formats correctly', function () {
var codeable = { coding: [{ display: '' }], text: 'Test Text 2' };

@@ -21,0 +21,0 @@ expect(codeable_concept_1.codeableConceptDisplaySummary(codeable)).toEqual('Test Text 2');

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

@@ -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";

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

@@ -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 { 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";

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";

{
"name": "@ltht-react/utils",
"version": "0.0.11",
"version": "0.1.0",
"description": "> TODO: description",

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

},
"gitHead": "509c83bfa121653141e3c141688d4062613cae4c"
"gitHead": "10d555eef209eba015aa27a45b6d9e5603546663"
}

@@ -0,0 +0,0 @@ # `@ltht-react/utils`

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