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 1.0.6 to 1.0.7

5

CHANGELOG.md

@@ -0,5 +1,8 @@

### 1.0.7
- New website/docs.
### 1.0.1
- Dependency updates
- Dependency updates.
# 1.0.0
- Initial full release.

2

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

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

@@ -9,5 +9,8 @@ # Better YouTube API

[![Actions Status](https://github.com/jasonhaxstuff/better-youtube-api/workflows/CI/badge.svg)](https://github.com/jasonhaxstuff/better-youtube-api/actions)
[![Downloads](https://img.shields.io/npm/dt/better-youtube-api.svg)](https://www.npmjs.com/package/better-youtube-api)
Check out [our website](https://bbothell.me/better-youtube-api)!
# Examples
First of all, I recommend that you check out [the documentation](https://jasonhaxstuff.github.io/better-youtube-api/) for all of the methods and what they return. Here are some basic methods:
First of all, I recommend that you check out [the documentation](https://bbothell.me/better-youtube-api/docs) for all of the methods and what they return. Here are some basic methods:

@@ -44,12 +47,2 @@ Instantiate the object:

Note 1: By using `better-youtube-api`, you are agreeing to be bound to the [YouTube ToS](https://www.youtube.com/t/terms).
Note 2: This wrapper does not implement every feature of the YouTube API. With a single developer working on it, there just isn't time for everything to be implemented. Some of the objectively most-important features have been added. The limits imposed by the wrapper are not imposed by YouTube.
## Privacy Policy
`better-youtube-api` uses YouTube API services.
No personal user information is stored by the client.
Public channel/video/playlist/comment data is stored by the client for an amount of time editable by the user. This amount of time defaults to 10 minutes.
The client stores public channel data explicitly and/or implicitly (requesting video stores the uploader's ID, etc.) requested by the user.
Follows the [Google Privacy Policy](http://www.google.com/policies/privacy).
Note: This wrapper does not implement every feature of the YouTube API. With a single developer working on it, there just isn't time for everything to be implemented. Some of the objectively most-important features have been added. The limits imposed by the wrapper are not imposed by YouTube.
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