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

@ffprobe-installer/ffprobe

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ffprobe-installer/ffprobe - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

.editorconfig

0

index.js

@@ -0,0 +0,0 @@ 'use strict';

2

lib/verify-file.js

@@ -7,3 +7,3 @@ const fs = require('fs');

return stats.isFile();
} catch (ignored) {
} catch (error) {
return false;

@@ -10,0 +10,0 @@ }

{
"name": "@ffprobe-installer/ffprobe",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"scripts": {
"lint": "xo",
"preversion": "npm run lint",
"test": "npm run lint"
"preversion": "npm run test",
"test": "xo && nyc ava && nyc report --reporter=text-lcov > coverage.lcov && codecov -t 54b3d620-a296-4d71-a717-c3e6e24ae9d9"
},

@@ -25,3 +25,8 @@ "keywords": [

"devDependencies": {
"xo": "^0.20.3"
"ava": "1.0.0-rc.2",
"codecov": "^3.0.1",
"execa": "^1.0.0",
"executable": "^4.1.1",
"nyc": "^13.1.0",
"xo": "^0.24.0"
},

@@ -28,0 +33,0 @@ "repository": {

@@ -1,3 +0,7 @@

# node-ffprobe-installer
# node-ffprobe-installer
[![npm](https://img.shields.io/npm/dt/@ffprobe-installer/ffprobe.svg?style=flat-square)](https://www.npmjs.com/package/@ffprobe-installer/ffprobe) [![npm](https://img.shields.io/npm/v/@ffprobe-installer/ffprobe.svg?style=flat-square)](https://www.npmjs.com/package/@ffprobe-installer/ffprobe?activeTab=versions) [![xo](https://img.shields.io/badge/code%20style-XO-60CFBE.svg?longCache=true&style=flat-square&logo=)](https://github.com/xojs/xo)
[![Travis](https://img.shields.io/travis/SavageCore/node-ffprobe-installer.svg?style=flat-square)](https://travis-ci.org/SavageCore/node-ffprobe-installer/) [![AppVeyor](https://img.shields.io/appveyor/ci/SavageCore/node-ffprobe-installer.svg?style=flat-square)](https://ci.appveyor.com/project/SavageCore/node-ffprobe-installer) [![Codecov](https://img.shields.io/codecov/c/github/SavageCore/node-ffprobe-installer.svg?style=flat-square)](https://codecov.io/gh/SavageCore/node-ffprobe-installer/) [![Tidelift](https://tidelift.com/badges/github/SavageCore/node-ffprobe-installer?style=flat-square)](https://tidelift.com/repo/github/SavageCore/node-ffprobe-installer/)
Platform independent binary installer of [FFprobe](https://ffmpeg.org/) for node projects. Useful for tools that should "just work" on multiple environments.

@@ -4,0 +8,0 @@

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