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

playdl-music-extractor

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playdl-music-extractor - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "playdl-music-extractor",
"version": "2.0.3",
"version": "2.0.4",
"description": "PlayDL Music Extractor is a Extractor/Scrapper and Helps Players to fetch data from play-dl or Custom Extractors , as Per reduces extra work and credentials",

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

@@ -63,2 +63,3 @@ <div align="center">

title: String,
video_Id: String,
author: String,

@@ -65,0 +66,0 @@ author_link: String,

@@ -98,2 +98,6 @@ const { search, validate, stream } = require('play-dl');

title: ExtraValue.title ?? YoutubeVideoRawData.title ?? undefined,
video_Id:
ExtraValue && ExtraValue.id !== 0
? ExtraValue.id
: YoutubeVideoRawData.id ?? undefined,
author:

@@ -100,0 +104,0 @@ ExtraValue.author ?? YoutubeVideoRawData.channel

@@ -5,2 +5,3 @@ var YoutubeTrack = {

title: null,
video_Id: null,
author: null,

@@ -7,0 +8,0 @@ author_link: null,

@@ -5,2 +5,3 @@ export type YoutubeTrack = {

title: String
video_Id: String
author: String

@@ -7,0 +8,0 @@ author_link: String

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