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 5.6.0 to 5.7.0

1

dist/main.d.ts

@@ -60,2 +60,3 @@ // Generated by dts-bundle-generator v8.1.2

type: "downloadThumbnail";
url: string;
status: number;

@@ -62,0 +63,0 @@ statusText: string;

2

package.json

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

"types": "./dist/main.d.ts",
"version": "5.6.0",
"version": "5.7.0",
"publishConfig": {

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

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

type: 'downloadThumbnail'
url: string
status: number

@@ -1437,2 +1438,3 @@ statusText: string

type: 'downloadThumbnail',
url,
status: res.status,

@@ -1439,0 +1441,0 @@ statusText: res.statusText,

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