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

exiftool-vendored

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exiftool-vendored - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

26

package.json
{
"name": "exiftool-vendored",
"version": "1.5.1",
"version": "1.5.2",
"description": "Efficient, cross-platform access to ExifTool",

@@ -18,4 +18,6 @@ "main": "./dist/exiftool.js",

"test": "mocha --timeout 10000 dist/**/*.spec.js",
"cleantest": "run-s clean lint fmt test",
"preversion": "run-s lint"
"cleantest": "run-s clean lint fmt pdm test",
"preversion": "run-s lint pdm",
"pdm": "platform-dependent-modules",
"postinstall": "npm run pdm"
},

@@ -69,2 +71,15 @@ "files": [

"homepage": "https://github.com/mceachen/exiftool-vendored#readme",
"config": {
"platformDependentModules": {
"linux": [
"exiftool-vendored.pl@10.38.0"
],
"darwin": [
"exiftool-vendored.pl@10.38.0"
],
"win32": [
"exiftool-vendored.exe@10.38.0"
]
}
},
"devDependencies": {

@@ -95,6 +110,5 @@ "@types/chai": "^3.4.34",

},
"optionalDependencies": {
"exiftool-vendored.pl": "10.38.0",
"exiftool-vendored.exe": "10.38.0"
"dependencies": {
"platform-dependent-modules": "0.0.14"
}
}

@@ -127,2 +127,7 @@ # exiftool-vendored

### v1.5.2
* 📦 Switch back to `platform-dependent-modules`.
[npm warnings](http://stackoverflow.com/questions/15176082/npm-package-json-os-specific-dependency) aren't awesome.
### v1.5.1

@@ -135,3 +140,3 @@

* 🌱 ExifTool upgraded to v10.38
* ✨ Use `npm`'s os-specific optionalDependencies rather than `platform-dependent-modules`.
* 📦 Use `npm`'s os-specific optionalDependencies rather than `platform-dependent-modules`.

@@ -138,0 +143,0 @@ ### v1.4.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