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.22.0 to 4.22.1

4

CHANGELOG.md

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

### v4.22.1
* 📦 Pull in latest dependencies, including less-verbose BatchCluster
### v4.22.0

@@ -29,0 +33,0 @@

2

dist/Stat.js

@@ -9,3 +9,3 @@ "use strict";

return new Promise(function (resolve, reject) {
fs.stat(path, function (err, stat) { return (stat == null || err != null) ? reject(err) : resolve(stat); });
fs.stat(path, function (err, stat) { return (stat == null || err != null ? reject(err) : resolve(stat)); });
});

@@ -12,0 +12,0 @@ }

{
"name": "exiftool-vendored",
"version": "4.22.0",
"version": "4.22.1",
"description": "Efficient, cross-platform access to ExifTool",

@@ -55,6 +55,6 @@ "main": "./dist/ExifTool.js",

"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai": "^4.1.3",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.5",
"@types/mocha": "^5.2.0",
"@types/node": "^9.6.6",
"@types/pify": "^3.0.1",

@@ -70,4 +70,4 @@ "@types/rimraf": "^2.0.2",

"globule": "^1.2.0",
"mocha": "^5.1.0",
"nyc": "^11.6.0",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"pify": "^3.0.0",

@@ -81,3 +81,3 @@ "prettier": "^1.12.1",

"tmp": "^0.0.33",
"typescript": "^2.8.1",
"typescript": "^2.8.3",
"xmldom": "^0.1.27",

@@ -87,3 +87,3 @@ "xpath": "^0.0.27"

"dependencies": {
"batch-cluster": "^2.0.0"
"batch-cluster": "^2.1.0"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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