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
361
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 1.0.1 to 1.0.2

4

lib/classess/gcp.js

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

const resource = yield this.healthcare.projects.locations.datasets.fhirStores.fhir.create(request);
return resource.data;
return resource;
}

@@ -74,3 +74,3 @@ catch (error) {

const resource = yield this.healthcare.projects.locations.datasets.fhirStores.fhir.read(request);
return resource.data;
return resource;
}

@@ -77,0 +77,0 @@ catch (error) {

{
"name": "gcp-nrces-fhir",
"version": "1.0.1",
"version": "1.0.2",
"description": "Google cloud healthcare api Nrces Fhir imlimenataion",

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