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.2 to 1.0.3

lib/resources/Organization.d.ts

3

lib/index.d.ts
import GcpFhirCRUD from "./classess/gcp";
import { PatientResource } from "./resources/Patient";
import { PractitionerResource } from "./resources/Practitioner";
export { GcpFhirCRUD, PatientResource, PractitionerResource };
import { OrganizationResource } from "./resources/Organization";
export { GcpFhirCRUD, PatientResource, PractitionerResource, OrganizationResource };
//# sourceMappingURL=index.d.ts.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.PractitionerResource = exports.PatientResource = exports.GcpFhirCRUD = void 0;
exports.OrganizationResource = exports.PractitionerResource = exports.PatientResource = exports.GcpFhirCRUD = void 0;
const gcp_1 = __importDefault(require("./classess/gcp"));

@@ -14,2 +14,4 @@ exports.GcpFhirCRUD = gcp_1.default;

Object.defineProperty(exports, "PractitionerResource", { enumerable: true, get: function () { return Practitioner_1.PractitionerResource; } });
const Organization_1 = require("./resources/Organization");
Object.defineProperty(exports, "OrganizationResource", { enumerable: true, get: function () { return Organization_1.OrganizationResource; } });
//# sourceMappingURL=index.js.map
{
"name": "gcp-nrces-fhir",
"version": "1.0.2",
"version": "1.0.3",
"description": "Google cloud healthcare api Nrces Fhir imlimenataion",

@@ -34,2 +34,2 @@ "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