New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

barotube

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barotube - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

index.js

@@ -17,3 +17,3 @@ const BASE_URL = 'https://www.barotube.cf';

v: value,
key: this.key
key: this.key
})

@@ -31,3 +31,3 @@ })

v: value,
key: this.key,
key: this.key,
})

@@ -50,3 +50,3 @@ })

v: value,
key: this.key
key: this.key
})

@@ -64,3 +64,3 @@ })

v: value,
key: this.key
key: this.key
})

@@ -67,0 +67,0 @@ })

{
"name": "barotube",
"version": "2.1.0",
"homepage": "https://barotube.cf/",
"version": "2.1.1",
"main": "index.js",

@@ -17,4 +18,4 @@ "scripts": {

"dependencies": {
"node-fetch": "^2.6.0"
"node-fetch": "^3.0.0"
}
}
# barotube
## Discord
baris#0001
## **Info**
In short, our module is a tool for extracting video and playlist information from the YouTube platform.
#### **Get API Key**
https://www.barotube.cf/
## **Install**

@@ -10,4 +13,2 @@ ```bash

```
## **Get API Key**
https://www.barotube.cf/

@@ -71,32 +72,29 @@ ## **Usage**

> {
> id: '',
> title: '',
> videoId: '',
> url: '',
> duration: '',
> durationMs: 0,
> views: 0,
> author: {
> name: '',
> url: ''
> },
> thumbnail: ''
> },
> {
> title: '',
> songs_size: '',
> videoId: '',
> url: '',
> duration: '',
> durationMs: 0,
> views: 0,
> last_updated: '',
> author: {
> id: '',
> name: '',
> avatar: '',
> url: ''
> }
> }
> songs: [
> {
> title: '',
> videoId: '',
> url: '',
> duration: '',
> durationMs: 0,
> views: 0,
> author: {
> name: '',
> url: ''
> },
> thumbnail: ''
> },
> and more...
> ]
> },
> thumbnail: ''
> },
> and 8 more...
>]
>```
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