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
66
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 6.0.1 to 6.0.2

2

package.json

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

"types": "./dist/main.d.ts",
"version": "6.0.1",
"version": "6.0.2",
"publishConfig": {

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

@@ -1836,3 +1836,3 @@ import {$} from 'bun'

).reduce<string[]>((acc, [id, fileName]) => {
if (metadataJsonObj[id]) acc.push(fileName)
if (!metadataJsonObj[id]) acc.push(fileName)
return acc

@@ -1844,3 +1844,3 @@ }, [])

).reduce<string[]>((acc, [id, fileName]) => {
if (metadataJsonObj[id]) acc.push(fileName)
if (!metadataJsonObj[id]) acc.push(fileName)
return acc

@@ -1847,0 +1847,0 @@ }, [])

Sorry, the diff of this file is too big to display

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