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

@qodestack/dl-yt-playlist

Package Overview
Dependencies
Maintainers
0
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 7.2.0 to 7.3.0

dist/schemas.d.ts

2

build.ts

@@ -7,3 +7,3 @@ import dts from 'bun-plugin-dts'

await Bun.build({
entrypoints: ['./src/main.ts'],
entrypoints: ['./src/main.ts', './src/schemas.ts'],
outdir: './dist',

@@ -10,0 +10,0 @@ target: 'bun',

// @bun
// src/main.ts
var {$ } = globalThis.Bun;
import fs from "fs";
import path from "path";
import google from "@googleapis/youtube";
import cliProgress from "cli-progress";
import {safeParse, parse} from "valibot";
// src/schemas.ts

@@ -57,2 +49,8 @@ import {object, string, number, optional, array, minLength, pipe} from "valibot";

// src/main.ts
var {$ } = globalThis.Bun;
import fs from "fs";
import path from "path";
import google from "@googleapis/youtube";
import cliProgress from "cli-progress";
import {safeParse, parse} from "valibot";
import {

@@ -59,0 +57,0 @@ createLogger,

@@ -6,4 +6,17 @@ {

"type": "module",
"types": "./dist/main.d.ts",
"version": "7.2.0",
"version": "7.3.0",
"exports": {
".": {
"import": {
"types": "./dist/main.d.ts",
"default": "./dist/main.js"
}
},
"./schemas": {
"import": {
"types": "./dist/schemas.d.ts",
"default": "./dist/schemas.js"
}
}
},
"publishConfig": {

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

"build": "bun build.ts",
"publishPackage": "npm run build && npm publish"
"publishPackage": "npm run typecheck && npm run build && npm publish"
},

@@ -18,0 +31,0 @@ "description": "Download all videos (or audio only) from a YouTube playlist!",

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