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

fs-props

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-props - npm Package Compare versions

Comparing version

to
3.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## v3.0.1
- Package build issue fix
## v3.0.0

@@ -2,0 +6,0 @@

6

package.json
{
"name": "fs-props",
"version": "3.0.0",
"version": "3.0.1",
"description": "Get fs stats, image dimensions, audio and video metada ",

@@ -41,3 +41,2 @@ "main": "index.js",

"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/image-size": "^0.8.0",

@@ -52,2 +51,3 @@ "@types/mime": "^3.0.1",

"dependencies": {
"@types/humanize-duration": "^3.27.1",
"@ffprobe-installer/ffprobe": "^1.4.1",

@@ -63,2 +63,2 @@ "@types/fluent-ffmpeg": "^2.1.20",

}
}
}