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 13.1.0 to 13.2.0

12

CHANGELOG.md

@@ -27,2 +27,8 @@ # Changelog/Versioning

### v13.2.0
- 🌱 ExifTool upgraded to [v12.18](https://exiftool.org/history.html#v12.18)
- 📦 Updated dependencies
### v13.1.0

@@ -360,3 +366,3 @@

- 🐞 Pulled in new [batch-cluster
5.6.0](https://github.com/photostructure/batch-cluster.js/blob/master/CHANGELOG.md),
5.6.0](https://github.com/photostructure/batch-cluster.js/blob/main/CHANGELOG.md),
which fixed an issue with graceful `end` promise resolutions.

@@ -370,3 +376,3 @@

- ✨ Pulled in new [batch-cluster
5.4.0](https://github.com/photostructure/batch-cluster.js/blob/master/CHANGELOG.md),
5.4.0](https://github.com/photostructure/batch-cluster.js/blob/main/CHANGELOG.md),
which fixed `maxProcs`.

@@ -377,3 +383,3 @@

- ✨ Pulled in new [batch-cluster
5.3.1](https://github.com/photostructure/batch-cluster.js/blob/master/CHANGELOG.md),
5.3.1](https://github.com/photostructure/batch-cluster.js/blob/main/CHANGELOG.md),
which adds support for child start and exit events, internal errors, and more

@@ -380,0 +386,0 @@ robust result parsing.

@@ -116,5 +116,2 @@ /// <reference types="node" />

* situations. Note also that `perl` will be spawned in a sub-shell.
*
* This value should probably not be set on Windows (unless you've installed
* `perl`).
*/

@@ -121,0 +118,0 @@ ignoreShebang: boolean;

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

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

"scripts": {
"ci": "yarn install --frozen-lockfile",
"clean": "rimraf lib dist coverage .nyc_output",

@@ -72,11 +73,11 @@ "precompile": "yarn clean",

"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^9.0.6",
"@types/fs-extra": "^9.0.7",
"@types/globule": "^1.1.3",
"@types/he": "^1.1.1",
"@types/luxon": "^1.25.0",
"@types/luxon": "^1.26.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"@types/node": "^14.14.28",
"@types/progress": "^2.0.3",

@@ -87,14 +88,14 @@ "@types/rimraf": "^3.0.0",

"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"chai": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^7.17.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"globule": "^1.3.2",
"mocha": "^8.2.1",
"mocha": "^8.3.0",
"npm-run-all": "^4.1.5",

@@ -108,4 +109,4 @@ "prettier": "^2.2.1",

"tmp": "^0.2.1",
"typedoc": "^0.20.14",
"typescript": "^4.1.3",
"typedoc": "^0.20.25",
"typescript": "^4.1.5",
"xmldom": "^0.4.0",

@@ -115,11 +116,11 @@ "xpath": "^0.0.32"

"dependencies": {
"batch-cluster": "^6.0.0",
"batch-cluster": "^6.0.1",
"he": "^1.2.0",
"luxon": "^1.25.0",
"luxon": "^1.26.0",
"tz-lookup": "^6.1.25"
},
"optionalDependencies": {
"exiftool-vendored.exe": "^12.14.0",
"exiftool-vendored.pl": "^12.14.0"
"exiftool-vendored.exe": "^12.18.0",
"exiftool-vendored.pl": "^12.18.0"
}
}

@@ -6,4 +6,3 @@ # exiftool-vendored

[![npm version](https://img.shields.io/npm/v/exiftool-vendored.svg)](https://www.npmjs.com/package/exiftool-vendored)
[![Build status](https://travis-ci.org/photostructure/exiftool-vendored.js.svg?branch=master)](https://travis-ci.org/photostructure/exiftool-vendored.js)
[![Build status](https://ci.appveyor.com/api/projects/status/g5pfma7owvtsrrkm/branch/master?svg=true)](https://ci.appveyor.com/project/mceachen/exiftool-vendored/branch/master)
[![CI](https://github.com/photostructure/exiftool-vendored.js/workflows/Node.js%20CI/badge.svg?branch=main)](https://github.com/photostructure/exiftool-vendored.js/actions?query=workflow%3A%22Node.js+CI%22)
[![GitHub issues](https://img.shields.io/github/issues/photostructure/exiftool-vendored.js.svg)](https://github.com/photostructure/exiftool-vendored.js/issues)

@@ -40,6 +39,4 @@ [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/photostructure/exiftool-vendored.js.svg)](https://lgtm.com/projects/g/photostructure/exiftool-vendored.js/context:javascript)

1. **Robust test coverage**, performed with [supported Node
versions](https://nodejs.org/en/about/releases/) on [Linux,
Mac](https://travis-ci.org/photostructure/exiftool-vendored.js), &
[Windows](https://ci.appveyor.com/project/mceachen/exiftool-vendored/branch/master).
1. **Robust test coverage**, performed with on [macOS, Linux, and
Windows](https://github.com/photostructure/exiftool-vendored.js/actions?query=workflow%3A%22Node.js+CI%22)

@@ -67,3 +64,3 @@ ## Installation

See the
[CHANGELOG](https://github.com/mceachen/exiftool-vendored.js/blob/master/CHANGELOG.md)
[CHANGELOG](https://github.com/mceachen/exiftool-vendored.js/blob/main/CHANGELOG.md)
for breaking changes since you last updated.

@@ -187,3 +184,3 @@

code can be found
[here](https://github.com/photostructure/batch-cluster.js/blob/master/src/_chai.spec.ts#L20).
[here](https://github.com/photostructure/batch-cluster.js/blob/main/src/_chai.spec.ts#L20).

@@ -454,2 +451,2 @@ ExifTool instances emits events for "startError", "taskError", "endError",

See the
[CHANGELOG](https://github.com/mceachen/exiftool-vendored.js/blob/master/CHANGELOG.md) on github.
[CHANGELOG](https://github.com/mceachen/exiftool-vendored.js/blob/main/CHANGELOG.md) on github.

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