@ffprobe-installer/ffprobe
Advanced tools
Comparing version 1.0.12 to 1.1.0
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -7,3 +7,3 @@ const fs = require('fs'); | ||
return stats.isFile(); | ||
} catch (error) { | ||
} catch { | ||
return false; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@ffprobe-installer/ffprobe", | ||
"version": "1.0.12", | ||
"version": "1.1.0", | ||
"main": "index.js", | ||
@@ -26,2 +26,4 @@ "scripts": { | ||
"@ffprobe-installer/linux-x64": "4.1.0", | ||
"@ffprobe-installer/linux-arm64": "4.3.2", | ||
"@ffprobe-installer/linux-arm": "4.3.2", | ||
"@ffprobe-installer/win32-ia32": "4.1.0", | ||
@@ -31,8 +33,8 @@ "@ffprobe-installer/win32-x64": "4.1.0" | ||
"devDependencies": { | ||
"ava": "1.4.1", | ||
"codecov": "^3.0.1", | ||
"execa": "^1.0.0", | ||
"ava": "^3.12.1", | ||
"codecov": "^3.7.2", | ||
"execa": "^4.0.3", | ||
"executable": "^4.1.1", | ||
"nyc": "^14.1.0", | ||
"xo": "^0.24.0" | ||
"nyc": "^15.1.0", | ||
"xo": "^0.33.0" | ||
}, | ||
@@ -39,0 +41,0 @@ "repository": { |
@@ -74,3 +74,3 @@ # node-ffprobe-installer | ||
- Windows 64-bit (20190529-d903c09): https://ffmpeg.zeranoe.com/builds/win64/static/ | ||
- Linux ARM (release: 4.3.1) : https://www.johnvansickle.com/ffmpeg/ | ||
For version updates, submit issue or pull request. | ||
@@ -77,0 +77,0 @@ |
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
6976
7