Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

douki

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

douki - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

lib/utils/ffmpeg.js

@@ -60,3 +60,3 @@ import cp from 'child_process'

'-i', audioPath,
'-t', duration ?? 0,
...(duration ? ['-t', duration] : []),
'-acodec', 'pcm_s16le',

@@ -69,3 +69,3 @@ '-ar', 22050,

], {
stdio: ['ignore', 'pipe', 'ignore']
stdio: ['ignore', 'pipe', 'inherit']
})

@@ -72,0 +72,0 @@

{
"name": "douki",
"version": "0.0.6",
"version": "0.0.7",
"description": "Subtitle synchronization using audio fingerprinting",

@@ -5,0 +5,0 @@ "main": "index.js",

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