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

gcp-nrces-fhir

Package Overview
Dependencies
Maintainers
1
Versions
372
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcp-nrces-fhir - npm Package Compare versions

Comparing version 8.7.17 to 8.7.18

19

lib/hcx/Claim.js

@@ -73,11 +73,14 @@ "use strict";

ret += `<hr/>`;
try {
if (body.text) {
ret += `<h2>Text</h2> ${body.text}<br/><hr/>`;
ret += `<h2>Object Text</h2>`;
}
if (body.text) {
ret += `<h2>Text</h2> ${body.text}<br/><hr/>`;
}
catch (error) {
console.log(erorInfo, "text", error);
}
ret += `<h2>Object to Text</h2>`;
// try {
// if (body.text) {
// ret += `<h2>Text</h2> ${body.text}<br/><hr/>`;
// ret += `<h2>Object Text</h2>`;
// }
// } catch (error) {
// console.log(erorInfo, "text", error);
// }
try {

@@ -84,0 +87,0 @@ ret += `<h4>Status</h4>`;

{
"name": "gcp-nrces-fhir",
"version": "8.7.17",
"version": "8.7.18",
"description": "Google cloud healthcare api NRCES FHIR implimenataion",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc