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.4.7 to 2.4.8

2

package.json
{
"name": "playdl-music-extractor",
"version": "2.4.7",
"version": "2.4.8",
"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",

@@ -153,3 +153,5 @@ const { getData, getPreview } = require('spotify-url-info');

const CompleteTracks = await PlayDLExtractor.DataExtractorYoutube(
`${track.title}`,
track.title && track.title.length >= 10
? `${track.title}`
: `${track.title} | ${track.author}`,
'spotify',

@@ -156,0 +158,0 @@ YoutubeStreamOptions,

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