Comparing version 2.1.8 to 3.0.0
@@ -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 @@ |
{ | ||
"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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
62455
46
1165