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

@nechlophomeriaa/spotifydl

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nechlophomeriaa/spotifydl - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

index.js.save

8

index.js

@@ -17,3 +17,7 @@ const { isUrl, tags, convertMs } = require("./function");

const getValue = async () => {
const data = await axios.get("https://spotifymate.com/")
const data = await axios.get("https://spotifymate.com/", {
headers: {
"user-agent": "PostmanRuntime/7.32.2"
}
})
const $ = cheerio.load(data.data)

@@ -37,2 +41,3 @@ const name = $("#get_video > input[type=hidden]:nth-child(4)").attr("name")

headers: {
"user-agent": "PostmanRuntime/7.32.2",
"cookie": dataValue.cookie

@@ -67,2 +72,3 @@ }

downloadTrack("https://spotify.link/Mc70UUleeDb")
async function downloadTrack(song) {

@@ -69,0 +75,0 @@ let result = {}

2

package.json

@@ -9,3 +9,3 @@ {

"description": "Spotify Downloader with metadata using Node-ID3",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",

@@ -12,0 +12,0 @@ "scripts": {

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