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.3.0 to 1.4.0

2

lib/exiftool.spec.js

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

it('returns the correct version', () => {
return chai_1.expect(exiftool.version()).to.become('10.36');
return chai_1.expect(exiftool.version()).to.become('10.37');
});

@@ -28,0 +28,0 @@ it('returns expected results for a given file', () => {

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

@@ -17,3 +17,3 @@ "main": "./lib/exiftool.js",

"pretest": "tsc",
"test": "mocha lib/**/*.spec.js",
"test": "mocha --timeout 10000 lib/**/*.spec.js",
"cleantest": "run-s clean lint fmt pdm test",

@@ -58,9 +58,9 @@ "preversion": "run-s lint pdm",

"linux": [
"exiftool-vendored.pl@10.36.0"
"exiftool-vendored.pl@10.37.0"
],
"darwin": [
"exiftool-vendored.pl@10.36.0"
"exiftool-vendored.pl@10.37.0"
],
"win32": [
"exiftool-vendored.exe@10.36.0"
"exiftool-vendored.exe@10.37.0"
]

@@ -67,0 +67,0 @@ }

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

### v1.4.0
* 🌱 ExifTool upgraded to v10.37
### v1.3.0

@@ -166,2 +170,2 @@

🌱✨ Initial Release. Packages ExifTool v10.31.
🌱✨ Initial Release. Packages ExifTool v10.31.
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