Socket
Socket
Sign inDemoInstall

@ltht-react/utils

Package Overview
Dependencies
82
Maintainers
1
Versions
297
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

lib/atoms/title-case.d.ts

8

CHANGELOG.md

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

## [0.0.9](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.8...@ltht-react/utils@0.0.9) (2020-01-21)
**Note:** Version bump only for package @ltht-react/utils
## [0.0.8](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.7...@ltht-react/utils@0.0.8) (2020-01-21)

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

7

lib/atoms/allergy-intolerance-category-code.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var title_case_1 = require("./title-case");
var allergyIntoleranceCategoryCodeDisplaySummary = function (categories) {
if (categories === void 0) { categories = []; }
return categories.join(', ');
return categories
.map(function (category) {
return category && title_case_1.titleCase(category);
})
.join(', ');
};
exports.allergyIntoleranceCategoryCodeDisplaySummary = allergyIntoleranceCategoryCodeDisplaySummary;
//# sourceMappingURL=allergy-intolerance-category-code.js.map

@@ -7,1 +7,2 @@ export * from './allergy-intolerance-category-code';

export * from './resource-reference';
export * from './title-case';

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

__export(require("./resource-reference"));
__export(require("./title-case"));
//# sourceMappingURL=index.js.map

4

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

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

},
"gitHead": "4b8098cd2b8337f593290c0781d0cb068f0741e6"
"gitHead": "3bf0417168b8ef06ab75cd394fefea498b0694a5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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