New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hsdp-sdk

Package Overview
Dependencies
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hsdp-sdk - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.4.1](https://github.com/philips-software/javascript-hsdp-sdk/compare/v1.4.0...v1.4.1) (2023-09-18)
### Bug Fixes
* make ParamOptions optional for bundles ([d535211](https://github.com/philips-software/javascript-hsdp-sdk/commit/d535211f0f1177096f39dfd7202351aa8c6578e9))
# [1.4.0](https://github.com/philips-software/javascript-hsdp-sdk/compare/v1.3.0...v1.4.0) (2023-09-18)

@@ -2,0 +9,0 @@

2

dist/cdr/batch.d.ts
import { AuthParams, ClientOptions, ParamOptions } from './common';
declare type BatchParams = AuthParams & {
bundle: fhir4.Bundle;
options: ParamOptions;
options?: ParamOptions;
};

@@ -6,0 +6,0 @@ export declare function createBatchClient(options: ClientOptions): {

{
"name": "hsdp-sdk",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "author": "Gertjan Maas <gertjan.maas@philips.com>",

@@ -6,3 +6,3 @@ import axios from 'axios';

bundle: fhir4.Bundle;
options: ParamOptions;
options?: ParamOptions;
};

@@ -9,0 +9,0 @@

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