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

8

CHANGELOG.md

@@ -25,2 +25,10 @@ ## Versioning

### v4.4.0
* 🌱 ExifTool upgraded to
[v10.61](http://www.sno.phy.queensu.ca/~phil/exiftool/history.html#v10.61)
* 🐞 Re-added the "-stay_open\nFalse" ExifTool exit command, which may be more
reliable than only using signal traps.
* 📦 `yarn upgrade --latest`
### v4.3.0

@@ -27,0 +35,0 @@

2

dist/BinaryExtractionTask.js

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

var _path = require("path");
var BinaryExtractionTask = (function (_super) {
var BinaryExtractionTask = /** @class */ (function (_super) {
__extends(BinaryExtractionTask, _super);

@@ -18,0 +18,0 @@ function BinaryExtractionTask(args) {

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

}
var Base = (function () {
var Base = /** @class */ (function () {
function Base() {

@@ -97,3 +97,3 @@ }

*/
var ExifTime = (function () {
var ExifTime = /** @class */ (function () {
/**

@@ -129,3 +129,3 @@ * @param hour [1, 23]

*/
var ExifDate = (function () {
var ExifDate = /** @class */ (function () {
function ExifDate(year, // four-digit year

@@ -158,3 +158,3 @@ month, // 1-12, (no crazy 0-11 nonsense from Date!)

*/
var ExifDateTime = (function (_super) {
var ExifDateTime = /** @class */ (function (_super) {
__extends(ExifDateTime, _super);

@@ -229,3 +229,3 @@ /**

}
var ExifTimeZoneOffset = (function (_super) {
var ExifTimeZoneOffset = /** @class */ (function (_super) {
__extends(ExifTimeZoneOffset, _super);

@@ -232,0 +232,0 @@ function ExifTimeZoneOffset(tagName, input) {

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

*/
var ExifTool = (function () {
var ExifTool = /** @class */ (function () {
/**

@@ -96,3 +96,3 @@ * @param maxProcs The maximum number of ExifTool child processes to spawn

maxTasksPerProcess: maxTasksPerProcess,
taskRetries: taskRetries, retryTasksAfterTimeout: true, maxProcAgeMillis: 10 * 60 * 1000 }, batchClusterOpts, { pass: batchClusterOpts.pass || "{ready}", fail: batchClusterOpts.fail || "{ready}", versionCommand: batchClusterOpts.versionCommand || new VersionTask_1.VersionTask().command });
taskRetries: taskRetries, retryTasksAfterTimeout: true, maxProcAgeMillis: 10 * 60 * 1000 }, batchClusterOpts, { pass: batchClusterOpts.pass || "{ready}", fail: batchClusterOpts.fail || "{ready}", exitCommand: "-stay_open\nFalse\n", versionCommand: batchClusterOpts.versionCommand || new VersionTask_1.VersionTask().command });
this.batchCluster = new batch_cluster_1.BatchCluster(opts);

@@ -99,0 +99,0 @@ }

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

exports.cmd = cmd;
var ExifToolTask = (function (_super) {
var ExifToolTask = /** @class */ (function (_super) {
__extends(ExifToolTask, _super);

@@ -25,0 +25,0 @@ function ExifToolTask(args) {

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

var _path = require("path");
var TagsTask = (function (_super) {
var TagsTask = /** @class */ (function (_super) {
__extends(TagsTask, _super);

@@ -19,0 +19,0 @@ function TagsTask(sourceFile, args) {

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

var ExifToolTask_1 = require("./ExifToolTask");
var VersionTask = (function (_super) {
var VersionTask = /** @class */ (function (_super) {
__extends(VersionTask, _super);

@@ -17,0 +17,0 @@ function VersionTask() {

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

@@ -50,30 +50,29 @@ "main": "./dist/ExifTool.js",

"devDependencies": {
"@types/chai": "^4.0.1",
"@types/chai-as-promised": "^0.0.31",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.4",
"@types/chai": "^4.0.4",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^2.2.43",
"@types/node": "^8.0.28",
"@types/pify": "^0.0.28",
"@types/rimraf": "^2.0.0",
"@types/semver": "^5.3.32",
"@types/rimraf": "^2.0.2",
"@types/semver": "^5.4.0",
"@types/tmp": "^0.0.33",
"@types/xmldom": "^0.1.29",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"decompress-zip": "^0.3.0",
"globule": "^1.2.0",
"mocha": "^3.4.2",
"mocha": "^3.5.2",
"np": "^2.16.0",
"npm-run-all": "^4.0.2",
"npm-run-all": "^4.1.1",
"pify": "^3.0.0",
"progress": "^2.0.0",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"source-map-support": "^0.4.15",
"semver": "^5.4.1",
"source-map-support": "^0.4.18",
"tar-fs": "^1.15.3",
"tmp": "^0.0.33",
"tslint": "^5.4.3",
"tslint": "^5.7.0",
"tslint-config-standard": "^6.0.1",
"tslint-eslint-rules": "^4.1.1",
"typescript": "~2.4.1",
"typescript-formatter": "^5.2.0",
"typescript": "~2.5.2",
"xmldom": "^0.1.27",

@@ -83,8 +82,8 @@ "xpath": "^0.0.24"

"dependencies": {
"batch-cluster": "1.4.1"
"batch-cluster": "../batch-cluster.js"
},
"optionalDependencies": {
"exiftool-vendored.exe": "10.60.0",
"exiftool-vendored.pl": "10.60.0"
"exiftool-vendored.exe": "10.61.0",
"exiftool-vendored.pl": "10.61.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