ensure-ffmpeg
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -26,5 +26,5 @@ const fs = require('fs-extra'); | ||
ffmpegPath = ffmpegPath || path.join(rootPath, 'ffmpeg.exe'); | ||
tempFolder = tempFolder || path.join(rootPath, 'temp'); | ||
let ffmpegPath = ffmpegPath || path.join(rootPath, 'ffmpeg.exe'); | ||
if (!fs.existsSync(ffmpegPath)) { | ||
@@ -31,0 +31,0 @@ |
{ | ||
"name": "ensure-ffmpeg", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Ensure ffmpeg is avialable on the local environment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2363
3
1
5