Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@drovp/ffmpeg

Package Overview
Dependencies
3
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

ffplay.md

83

package.json
{
"name": "@drovp/ffmpeg",
"version": "1.0.4",
"description": "FFMPEG as a Drovp dependency.",
"homepage": "https://github.com/drovp/ffmpeg",
"bugs": "https://github.com/drovp/ffmpeg/issues",
"repository": "github:drovp/ffmpeg",
"main": "dist/index.js",
"keywords": [
"drovpdependency",
"ffmpeg",
"ffplay",
"ffprobe"
],
"author": "tomasklaen",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rimraf dist",
"start": "npm-run-all clean watch",
"test": "tsc -p . --noEmit",
"preversion": "npm-run-all clean build",
"git-push": "git push",
"npm-publish": "npm publish",
"postversion": "npm-run-all git-push npm-publish"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"dependencies": {
"@drovp/types": "^4.0.0"
}
"name": "@drovp/ffmpeg",
"version": "1.0.5",
"description": "FFMPEG as a Drovp dependency.",
"homepage": "https://github.com/drovp/ffmpeg",
"bugs": "https://github.com/drovp/ffmpeg/issues",
"repository": "github:drovp/ffmpeg",
"main": "dist/index.js",
"keywords": [
"drovpdependency",
"ffmpeg",
"ffplay",
"ffprobe"
],
"author": "tomasklaen",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"*.md"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rimraf dist",
"start": "npm-run-all clean watch",
"test": "tsc -p . --noEmit",
"preversion": "npm-run-all clean build",
"git-push": "git push",
"npm-publish": "npm publish",
"postversion": "npm-run-all git-push npm-publish"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"dependencies": {
"@drovp/types": "^4.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc