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

@tryvital/vital-node

Package Overview
Dependencies
Maintainers
2
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.4 to 2.1.5

2

client/models/sleep_models.ts

@@ -136,3 +136,3 @@ import { TimeseriesPoint } from './activity';

*/
sleep_stream: ClientSleepStreamResponse[];
sleep_stream: ClientSleepStreamResponse;
}

@@ -139,0 +139,0 @@

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

const stream = await this.getStream(response.sleep[i].id);
response.sleep[i].sleep_stream = [stream];
response.sleep[i].sleep_stream = stream;
}

@@ -58,0 +58,0 @@

@@ -135,3 +135,3 @@ import { TimeseriesPoint } from './activity';

*/
sleep_stream: ClientSleepStreamResponse[];
sleep_stream: ClientSleepStreamResponse;
}

@@ -138,0 +138,0 @@ export interface ClientSleepResponse {

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

stream = _a.sent();
response.sleep[i].sleep_stream = [stream];
response.sleep[i].sleep_stream = stream;
_a.label = 4;

@@ -87,0 +87,0 @@ case 4:

{
"name": "@tryvital/vital-node",
"version": "2.1.4",
"version": "2.1.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