dist-exiftool
Advanced tools
Comparing version 10.25.0 to 10.33.0
{ | ||
"name": "dist-exiftool", | ||
"version": "10.25.0", | ||
"version": "10.33.0", | ||
"description": "Platform-dependent distribution of exiftool.", | ||
@@ -32,15 +32,15 @@ "main": "index.js", | ||
"linux": [ | ||
"exiftool.pl@10.25" | ||
"exiftool.pl@10.33" | ||
], | ||
"win32": [ | ||
"exiftool.exe@10.25" | ||
"exiftool.exe@10.33" | ||
], | ||
"darwin": [ | ||
"exiftool.pl@10.25" | ||
"exiftool.pl@10.33" | ||
], | ||
"freebsd": [ | ||
"exiftool.pl@10.25" | ||
"exiftool.pl@10.33" | ||
], | ||
"sunos": [ | ||
"exiftool.pl@10.25" | ||
"exiftool.pl@10.33" | ||
] | ||
@@ -47,0 +47,0 @@ } |
@@ -5,3 +5,3 @@ # dist-exiftool | ||
[exiftool.exe](https://www.npmjs.com/package/exiftool.exe) module. | ||
Current version is 10.25. | ||
Current version is 10.33. | ||
@@ -8,0 +8,0 @@ [![npm version](https://badge.fury.io/js/dist-exiftool.svg)](https://badge.fury.io/js/dist-exiftool) |
@@ -28,3 +28,3 @@ const path = require('path'); | ||
}); | ||
it('should have version 10.25', function (done) { | ||
it('should have version 10.33', function (done) { | ||
execFile(exiftool, ['-ver'], (err, stdout, stderr) => { | ||
@@ -35,3 +35,3 @@ if (err) { | ||
} | ||
assert.equal(stdout.trim(), '10.25'); | ||
assert.equal(stdout.trim(), '10.33'); | ||
done(); | ||
@@ -38,0 +38,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package