Socket
Socket
Sign inDemoInstall

youtube.ts

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youtube.ts - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

dist/entities/Util.js

@@ -393,3 +393,5 @@ "use strict";

ytdl_core_1.default(url, { filter: "audioonly" }).pipe(writeStream);
this.awaitStream(writeStream);
return [4 /*yield*/, this.awaitStream(writeStream)];
case 3:
_a.sent();
return [2 /*return*/, dest + "/" + clean + ".mp3"];

@@ -396,0 +398,0 @@ }

@@ -206,3 +206,3 @@ import axios from "axios"

ytdl(url, {filter: "audioonly"}).pipe(writeStream)
this.awaitStream(writeStream)
await this.awaitStream(writeStream)
return `${dest}/${clean}.mp3`

@@ -209,0 +209,0 @@ }

{
"name": "youtube.ts",
"version": "0.0.8",
"version": "0.0.9",
"description": "Wrapper for the YouTube API with typings.",

@@ -5,0 +5,0 @@ "main": "dist/youtube.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