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.8 to 0.0.9

2

index.js

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

const formData = require("form-data")
const bodyForm = new formData()
const spot = require("spotify-finder");

@@ -35,2 +34,3 @@ const spotify = new spot({

const dataValue = await getValue()
const bodyForm = new formData()
bodyForm.append("url", url)

@@ -37,0 +37,0 @@ bodyForm.append(dataValue.name, dataValue.value)

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

"description": "Spotify Downloader with metadata using Node-ID3",
"version": "0.0.8",
"version": "0.0.9",
"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