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 1.0.5 to 1.0.6

6

index.js
const { isUrl, tags, convertMs } = require("./function");
const axios = require("axios");
const cheerio = require("cheerio");
const fetch = require("node-fetch")
const fetch = require("node-fetch");
const spot = require("spotify-finder");

@@ -20,4 +20,4 @@ const spotify = new spot({

async function getOriginalUrl(url) {
const data = await fetch(url)
return data.url
const data = await fetch(url);
return data.url;
}

@@ -24,0 +24,0 @@

@@ -10,3 +10,3 @@ {

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

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

# Usage
```js
const { search, downloadTrack, downloadAlbum, downloads, getOriginalUrl } = require("@nechlophomeriaa/spotifydl")`
const { search, downloadTrack, downloadAlbum, downloads, getOriginalUrl } = require("@nechlophomeriaa/spotifydl")
```

@@ -5,0 +6,0 @@ ## Search Function

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