New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alvinmush/audiodl-mp3

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alvinmush/audiodl-mp3 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "@alvinmush/audiodl-mp3",
"version": "1.0.0",
"version": "1.0.1",
"description": "An NPM package to facilitate downloading music from YouTube, including automatic retrieval of ID3 tags and album art via the iTunes public API.",

@@ -33,3 +33,3 @@ "keywords": [

"bin": {
"ytdl-mp3": "bin/ytdl-mp3.cjs"
"audiodl-mp3": "bin/audiodl-mp3.cjs"
},

@@ -45,5 +45,5 @@ "files": [

"build": "rm -rf dist && tsup",
"build:bundle": "esbuild bin/ytdl-mp3.cjs --bundle --minify --platform=node --target=node18 --outfile=build/app.js",
"build:bundle": "esbuild bin/audiodl-mp3.cjs --bundle --minify --platform=node --target=node18 --outfile=build/app.js",
"build:compile": "pkg --out-path=build --target=latest build/app.js",
"cli": "node ./bin/ytdl-mp3",
"cli": "node ./bin/audiodl-mp3",
"compile": "npm run build",

@@ -63,3 +63,3 @@ "dev": "tsup --watch",

"ytdl-core": "4.11.5",
"ytdl-mp3": "^3.4.0"
"audiodl-mp3": "^3.4.0"
},

@@ -66,0 +66,0 @@ "devDependencies": {

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