New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@uswriting/exiftool

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uswriting/exiftool - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+5
-4
package.json
{
"name": "@uswriting/exiftool",
"version": "1.0.8",
"version": "1.0.9",
"description": "ExifTool powered by WebAssembly to extract and write metadata from files in browsers and Node.js environments using zeroperl",

@@ -9,3 +9,3 @@ "scripts": {

"build:cjs": "tsc --emitDeclarationOnly -p tsconfig.cjs.json",
"test": "bun test"
"test": "vitest run"
},

@@ -82,7 +82,8 @@ "main": "./dist/cjs/index.cjs",

"@types/bun": "^1.3.2",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"vitest": "^4.0.15"
},
"dependencies": {
"@6over3/zeroperl-ts": "1.0.9"
"@6over3/zeroperl-ts": "1.0.10"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display