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

better-youtube-api

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-youtube-api - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

out/entities/Video.js

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

this.minutes = (this._length.hours * 60) + this._length.minutes;
this.seconds = this._length.minutes;
this.seconds = this._length.seconds;
this.likes = Number(video.statistics.likeCount);

@@ -29,0 +29,0 @@ this.dislikes = Number(video.statistics.dislikeCount);

{
"name": "better-youtube-api",
"version": "0.3.3",
"version": "0.3.4",
"description": "A very easy to use promise-based Youtube Data v3 API.",

@@ -5,0 +5,0 @@ "main": "out/index.js",

@@ -124,3 +124,3 @@ import { YouTube } from '..'

this.minutes = (this._length.hours * 60) + this._length.minutes
this.seconds = this._length.minutes
this.seconds = this._length.seconds

@@ -127,0 +127,0 @@ this.likes = Number(video.statistics.likeCount)

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