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.16.0 to 4.17.0

7

CHANGELOG.md

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

### v4.17.0
* 🌱 ExifTool upgraded to
[v10.79](http://www.sno.phy.queensu.ca/~phil/exiftool/history.html#v10.79)
* 📦 Update deps, including TypeScript 2.7.2
* 📦 [Removed 🐱](https://github.com/mceachen/exiftool-vendored.js/issues/16)
### v4.16.0

@@ -29,0 +36,0 @@

4

dist/DateTime.js

@@ -136,4 +136,4 @@ "use strict";

function ExifDate(year, // four-digit year
month, // 1-12, (no crazy 0-11 nonsense from Date!)
day // 1-31
month, // 1-12, (no crazy 0-11 nonsense from Date!)
day // 1-31
) {

@@ -140,0 +140,0 @@ this.year = year;

@@ -131,3 +131,3 @@ import { ExifToolTask } from "./ExifToolTask";

*/
readonly ended: any;
readonly ended: boolean;
/**

@@ -162,2 +162,1 @@ * `enqueueTask` is not for normal consumption. External code

export declare const exiftool: ExifTool;
ol;
{
"name": "exiftool-vendored",
"version": "4.16.0",
"version": "4.17.0",
"description": "Efficient, cross-platform access to ExifTool",

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

"test": "nyc mocha --opts .mocha.opts",
"report": "run-s test && nyc report -r html && opn coverage/index.html"
"report": "run-s test && nyc report -r html"
},

@@ -59,3 +59,3 @@ "publishConfig": {

"@types/mocha": "^2.2.48",
"@types/node": "^9.4.0",
"@types/node": "^9.4.6",
"@types/pify": "^3.0.0",

@@ -71,7 +71,5 @@ "@types/rimraf": "^2.0.2",

"globule": "^1.2.0",
"mocha": "^5.0.0",
"np": "^2.19.0",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.2",
"nyc": "^11.4.1",
"opn-cli": "^3.1.0",
"pify": "^3.0.0",

@@ -85,3 +83,3 @@ "prettier": "^1.10.2",

"tmp": "^0.0.33",
"typescript": "^2.7.1",
"typescript": "^2.7.2",
"xmldom": "^0.1.27",

@@ -94,5 +92,5 @@ "xpath": "^0.0.27"

"optionalDependencies": {
"exiftool-vendored.exe": "10.78.0",
"exiftool-vendored.pl": "10.78.0"
"exiftool-vendored.exe": "10.79.0",
"exiftool-vendored.pl": "10.79.0"
}
}

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