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

@tryvital/vital-node

Package Overview
Dependencies
Maintainers
3
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryvital/vital-node - npm Package Compare versions

Comparing version 2.1.13 to 2.1.14

6

client/LabTests.ts

@@ -65,3 +65,3 @@ import { AxiosInstance } from 'axios';

physician: physician ? physician : null,
consents: consents ? consents : null,
consents: consents ? consents : [],
}

@@ -90,4 +90,4 @@ );

health_insurance: health_insurance ? health_insurance : null,
priority: priority ? priority : null,
consents: consents ? consents : null,
priority: priority ? priority : false,
consents: consents ? consents : [],
});

@@ -94,0 +94,0 @@ return resp.data;

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

physician: physician ? physician : null,
consents: consents ? consents : null,
consents: consents ? consents : [],
})];

@@ -109,4 +109,4 @@ case 1:

health_insurance: health_insurance ? health_insurance : null,
priority: priority ? priority : null,
consents: consents ? consents : null,
priority: priority ? priority : false,
consents: consents ? consents : [],
})];

@@ -113,0 +113,0 @@ case 1:

{
"name": "@tryvital/vital-node",
"version": "2.1.13",
"version": "2.1.14",
"description": "Node client for Vital",

@@ -5,0 +5,0 @@ "author": "maitham",

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