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

@tryvital/vital-node

Package Overview
Dependencies
Maintainers
1
Versions
238
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 0.3.8 to 0.3.9

9

client/models/testkit_models.ts

@@ -16,2 +16,7 @@ export interface PatientAdress {

}
export interface Marker {
name: string;
slug: string;
description?: string;
}

@@ -22,2 +27,6 @@ export interface Testkit {

description: string;
markers: Marker[];
turnaround_time_lower: number;
turnaround_time_upper: number;
price: number;
}

@@ -24,0 +33,0 @@

1

client/Testkits.ts

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

patient_address: patientAddress,
patient_details: patientDetails,
}

@@ -52,0 +53,0 @@ );

@@ -15,2 +15,7 @@ export interface PatientAdress {

}
export interface Marker {
name: string;
slug: string;
description?: string;
}
export interface Testkit {

@@ -20,2 +25,6 @@ id: string;

description: string;
markers: Marker[];
turnaround_time_lower: number;
turnaround_time_upper: number;
price: number;
}

@@ -22,0 +31,0 @@ export interface Order {

@@ -82,2 +82,3 @@ "use strict";

patient_address: patientAddress,
patient_details: patientDetails,
})];

@@ -84,0 +85,0 @@ case 1:

2

package.json
{
"name": "@tryvital/vital-node",
"version": "0.3.8",
"version": "0.3.9",
"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