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

@qodestack/dl-yt-playlist

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qodestack/dl-yt-playlist - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

build.ts

12

package.json

@@ -6,3 +6,4 @@ {

"type": "module",
"version": "1.0.0",
"types": "./build/main.d.ts",
"version": "1.0.1",
"publishConfig": {

@@ -14,3 +15,3 @@ "access": "public"

"video": "bun downloadYoutubePlaylist.ts",
"build": "bun build ./src/main.ts --target bun --outfile ./build/main.js --external @googleapis/youtube"
"build": "bun build.ts"
},

@@ -20,3 +21,3 @@ "description": "Download all YouTube videos (or audio only) from every video in a playlist!",

"type": "git",
"url": "git+https://github.com/qodesmith/download-youtube-playlist.git"
"url": "git+https://github.com/qodesmith/dl-yt-playlist.git"
},

@@ -31,5 +32,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/qodesmith/download-youtube-playlist/issues"
"url": "https://github.com/qodesmith/dl-yt-playlist/issues"
},
"homepage": "https://github.com/qodesmith/download-youtube-playlist#readme",
"homepage": "https://github.com/qodesmith/dl-yt-playlist#readme",
"dependencies": {

@@ -40,2 +41,3 @@ "@googleapis/youtube": "^11.0.1"

"@types/minimist": "^1.2.2",
"bun-plugin-dts": "^0.2.1",
"bun-types": "latest"

@@ -42,0 +44,0 @@ },

Sorry, the diff of this file is not supported yet

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