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 1.3.4 to 1.3.5

__tests__/providers.test.ts

3

dist/index.js

@@ -95,5 +95,6 @@ "use strict";

headers["Authorization"] = "Bearer " + token;
headers["x-vital-client-id"] = this.config.client_id;
_a.label = 3;
case 3:
config.headers = __assign(__assign({}, headers), { 'x-vital-client-id': this.config.client_id });
config.headers = __assign({}, headers);
return [2 /*return*/, config];

@@ -100,0 +101,0 @@ }

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

headers["Authorization"] = `Bearer ${token}`;
headers["x-vital-client-id"] = this.config.client_id;
}
config.headers = {
...headers,
'x-vital-client-id': this.config.client_id,
};

@@ -73,0 +73,0 @@ return config;

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