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

@nosferatu500/ffprobe-static

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosferatu500/ffprobe-static - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

2

index.js

@@ -7,3 +7,3 @@ 'use strict'

const binaries = Object.assign(Object.create(null), {
darwin: ['x64'],
darwin: ['x64', 'arm64'],
win32: ['x64']

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

@@ -15,4 +15,2 @@ 'use strict'

console.log({ffprobePath})
if (!ffprobePath) {

@@ -66,5 +64,2 @@ exitOnError('ffprobe-static install failed: No binary found for architecture')

console.log({arch})
console.log({platform})
const baseUrl = `https://github.com/nosferatu500/ffprobe-static/releases/download/${release}`

@@ -71,0 +66,0 @@ const downloadUrl = platform === 'win32' ? `${baseUrl}/${platform}-${arch}.exe` : `${baseUrl}/${platform}-x64`

{
"name": "@nosferatu500/ffprobe-static",
"version": "6.1.2",
"version": "6.1.3",
"tag": "6.1.1",

@@ -5,0 +5,0 @@ "description": "ffprobe static binaries for MacOS and Windows",

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