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

ffmpeggy

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffmpeggy - npm Package Compare versions

Comparing version 2.1.8 to 3.0.0

cjs/tsconfig.build.tsbuildinfo

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# [3.0.0](https://github.com/mekwall/ffmpeggy/compare/v2.1.8...v3.0.0) (2023-11-02)
### Bug Fixes
* **deps:** bump @babel/traverse from 7.22.5 to 7.23.2 ([#444](https://github.com/mekwall/ffmpeggy/issues/444)) ([880f957](https://github.com/mekwall/ffmpeggy/commit/880f9572796893e19dc19324b50a282ff3d23a7d))
### chore
* **yarn/node/ci:** upgrade yarn, node and update ci workflows ([#449](https://github.com/mekwall/ffmpeggy/issues/449)) ([5071888](https://github.com/mekwall/ffmpeggy/commit/5071888002580ca19fa22e8ba940fb6ad06e204a))
### BREAKING CHANGES
* **yarn/node/ci:** Package no longer supports node v16 or earlier. It will probably work but will no longer be officially supported.
## [2.1.8](https://github.com/mekwall/ffmpeggy/compare/v2.1.7...v2.1.8) (2023-07-14)

@@ -2,0 +19,0 @@

16

package.json
{
"name": "ffmpeggy",
"version": "2.1.8",
"version": "3.0.0",
"description": "A minimal yet powerful wrapper around ffmpeg and ffprobe",

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

".": {
"types": "./cjs/index.d.ts",
"require": "./cjs/index.js",

@@ -30,2 +31,9 @@ "import": "./es/index.mjs"

},
"files": [
"cjs",
"es",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {

@@ -65,3 +73,3 @@ "rebuild": "yarn build --clean",

"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.23.4",

@@ -116,6 +124,6 @@ "eslint-plugin-unused-imports": "^3.0.0",

"volta": {
"node": "18.15.0",
"node": "21.1.0",
"yarn": "1.22.19"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@4.0.1"
}
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