Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dist-exiftool

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dist-exiftool - npm Package Compare versions

Comparing version 10.25.0 to 10.33.0

12

package.json
{
"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 @@ });

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