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.15 to 2.1.16

2

client/LabTests.ts

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

const resp = await this.client.get(
this.baseURL.concat('/area/info?') +
this.baseURL.concat('/order/area/info?') +
new URLSearchParams({ zip_code: zip_code })

@@ -184,0 +184,0 @@ );

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

switch (_a.label) {
case 0: return [4 /*yield*/, this.client.get(this.baseURL.concat('/area/info?') +
case 0: return [4 /*yield*/, this.client.get(this.baseURL.concat('/order/area/info?') +
new URLSearchParams({ zip_code: zip_code }))];

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

{
"name": "@tryvital/vital-node",
"version": "2.1.15",
"version": "2.1.16",
"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