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

@onepunya/yt-converter-js

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onepunya/yt-converter-js - npm Package Compare versions

Comparing version 1.0.5-a to 1.0.6-a

2

package.json
{
"name": "@onepunya/yt-converter-js",
"version": "1.0.5a",
"version": "1.0.6a",
"main": "index.cjs",

@@ -5,0 +5,0 @@ "module": "index.js",

@@ -56,18 +56,18 @@ ```markdown

{
status: 'ok',
mess: '',
q: 'faded',
items: [
"status": "ok",
"message": "",
"query": "faded",
"items": [
{
v: '60ItHLz5WEA',
t: 'Alan Walker - Faded',
youtubeUrl: 'https://youtu.be/60ItHLz5WEA'
"videoId": "60ItHLz5WEA",
"title": "Alan Walker - Faded",
"youtubeUrl": "https://youtu.be/60ItHLz5WEA"
},
{
v: 'jlKOSk-tXFQ',
t: 'Alan Walker - Fade (Official Music Video)',
youtubeUrl: 'https://youtu.be/jlKOSk-tXFQ'
"videoId": "jlKOSk-tXFQ",
"title": "Alan Walker - Fade (Official Music Video)",
"youtubeUrl": "https://youtu.be/jlKOSk-tXFQ"
}
],
p: 'search'
"platform": "YouTube"
}

@@ -78,3 +78,3 @@ ```

Use the `ytdlnew` method to convert a YouTube video to MP3 or MP4.
Use the `download` method to convert a YouTube video to MP3 or MP4.

@@ -101,4 +101,4 @@ ```javascript

"title": "video_title",
duration": "duration",
thumbnail: "thumbnail"
"duration": "duration",
"thumbnail": "thumbnail",
"mp4DownloadLink": "link_to_mp4_file",

@@ -115,3 +115,3 @@ "mp3DownloadLink": "link_to_mp3_file"

This project is licensed under the MIT License
This project is licensed under the MIT License.

@@ -121,5 +121,4 @@ ## Follow Me

- [GitHub](https://github.com/onepunya)
- [Instagram](https://Instagram.com/mr.one.id)
- [Instagram](https://instagram.com/mr.one.id)
- [Community](https://chat.whatsapp.com/FRL4FzReE0X4qf8Yy80RkW)
```
```
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