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

bv2mp3

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bv2mp3 - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

11

package.json
{
"name": "bv2mp3",
"version": "3.0.1",
"version": "3.1.0",
"description": "A tool to download all videos and convert to mp3 inside a video set of bilibili (also works for single video, of course).",

@@ -27,4 +27,5 @@ "bin": "index.js",

"@ffmpeg/ffmpeg": "0.11.6",
"axios": "1.6.8",
"axios": "1.7.7",
"commander": "11.1.0",
"filenamify": "^6.0.0",
"lodash-es": "4.17.21",

@@ -37,6 +38,6 @@ "minimist": "1.2.8",

"conventional-changelog-cli": "4.1.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5"
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3"
},

@@ -43,0 +44,0 @@ "eslintConfig": {

@@ -6,2 +6,3 @@ import * as fs from 'fs';

import axios from 'axios';
import filenamify from 'filenamify';

@@ -79,3 +80,5 @@ async function _download(url, title, filename, index) {

const author = videoData.owner.name;
const filename = `${getName(index, title, author, dateString)}.flv`;
const filename = filenamify(
`${getName(index, title, author, dateString)}.flv`,
);
// console.log('aid:', aid);

@@ -82,0 +85,0 @@ // console.log('pid:', pid);

Sorry, the diff of this file is not supported yet

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