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

gcp-nrces-fhir

Package Overview
Dependencies
Maintainers
0
Versions
414
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.97 to 8.7.98

4

lib/resources/ResourceMai.js

@@ -47,4 +47,4 @@ "use strict";

this.getFromMultResource = (multiResource) => {
const resource = `${multiResource.reference}`.substring(0, `${multiResource.reference}`.indexOf("/"));
const id = this.getIdFromReference({
const resource = multiResource.reference && `${multiResource.reference}`.substring(0, `${multiResource.reference}`.indexOf("/"));
const id = multiResource.reference && this.getIdFromReference({
ref: multiResource.reference,

@@ -51,0 +51,0 @@ resourceType: resource,

{
"name": "gcp-nrces-fhir",
"version": "8.7.97",
"version": "8.7.98",
"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

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