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 4.18.0 to 4.18.1

6

CHANGELOG.md

@@ -27,2 +27,7 @@ # Changelog

### v4.18.1
* 📦 Pick up batch-cluster 1.10.0 to possibly address [this
issue](https://stackoverflow.com/questions/48961238/electron-setinterval-implementation-difference-between-chrome-and-node).
### v4.18.0

@@ -33,2 +38,3 @@

* 📦 Update deps, including batch-cluster 1.9.0
* 📦 Dropped support for node 4 (EOLs in 1 month).

@@ -35,0 +41,0 @@ ### v4.17.0

6

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

@@ -28,3 +28,3 @@ "main": "./dist/ExifTool.js",

"engines": {
"node": ">= 4"
"node": ">= 6"
},

@@ -86,3 +86,3 @@ "keywords": [

"dependencies": {
"batch-cluster": "^1.9.0"
"batch-cluster": "^1.10.0"
},

@@ -89,0 +89,0 @@ "optionalDependencies": {

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