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.2.0 to 0.2.1

11

out/index.d.ts

@@ -387,7 +387,14 @@ /**

/**
* Gets every video in the playlist and assigns them to the `videos` property of it.
* Adds every video in this playlist to the `videos` property of this playlist.
* @param maxResults Maximum number of videos to fetch.
*/
public getVideos(): Promise<Video[]>
public fetchVideos (maxResults?: number): Promise<Video[]>
/**
* Deprecated, use Playlist#fetchVideos instead.
* @param maxResults Maximum number of videos to fetch.
*/
public getVideos (maxResults?: number): Promise<Video[]>
/**
* Fetches this playlist and reassigns this object to the new playlist object.

@@ -394,0 +401,0 @@ * Only useful if `this.full` is false, or if you want updated playlist info.

2

package.json
{
"name": "better-youtube-api",
"version": "0.2.0",
"version": "0.2.1",
"description": "A very easy to use promise-based Youtube Data v3 API.",

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

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