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.1.1 to 1.1.2

2

package.json

@@ -7,3 +7,3 @@ {

"types": "./dist/main.d.ts",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {

@@ -10,0 +10,0 @@ "access": "public"

@@ -71,6 +71,6 @@ /**

/**
* Save all the responses from the YouTube API to a file so we can inspect it if
* we need to.
* Save all the responses from the YouTube API to a file so we can inspect it
* if we need to.
*/
Bun.write(
await Bun.write(
`./data/${playlistName}/responses.json`,

@@ -94,3 +94,3 @@ JSON.stringify(fullData, null, 2)

// Write the video metadata to a new file.
Bun.write(
await Bun.write(
`./data/${playlistName}/videoMetadata.json`,

@@ -97,0 +97,0 @@ JSON.stringify(videos, null, 2)

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