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 14.1.1 to 14.2.0

4

CHANGELOG.md

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

### v14.2.0
- 🌱 ExifTool upgraded to [v12.23](https://exiftool.org/history.html#v12.23)
### v14.1.1

@@ -29,0 +33,0 @@

26

package.json
{
"name": "exiftool-vendored",
"version": "14.1.1",
"version": "14.2.0",
"description": "Efficient, cross-platform access to ExifTool",

@@ -71,11 +71,11 @@ "main": "./dist/ExifTool.js",

"devDependencies": {
"@types/chai": "^4.2.15",
"@types/chai": "^4.2.16",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^9.0.8",
"@types/fs-extra": "^9.0.10",
"@types/globule": "^1.1.3",
"@types/he": "^1.1.1",
"@types/luxon": "^1.26.2",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"@types/luxon": "^1.26.3",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/progress": "^2.0.3",

@@ -86,8 +86,8 @@ "@types/rimraf": "^3.0.0",

"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^7.22.0",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",

@@ -107,4 +107,4 @@ "eslint-plugin-node": "^11.1.0",

"tmp": "^0.2.1",
"typedoc": "^0.20.32",
"typescript": "^4.2.3",
"typedoc": "^0.20.35",
"typescript": "^4.2.4",
"xmldom": "^0.5.0",

@@ -120,5 +120,5 @@ "xpath": "^0.0.32"

"optionalDependencies": {
"exiftool-vendored.exe": "^12.21.0",
"exiftool-vendored.pl": "^12.21.0"
"exiftool-vendored.exe": "^12.23.0",
"exiftool-vendored.pl": "^12.23.0"
}
}

@@ -239,3 +239,3 @@ # exiftool-vendored

Only string and numeric primitive are supported as values to the object
Only string and numeric primitive are supported as values to the object.

@@ -257,2 +257,11 @@ Write a comment to the given file so it shows up in the Windows Explorer

Write to a specific metadata group's tag, prefix the tag name with the group.
(TypeScript users: you'll need to cast to make this compile).
```js
exiftool.write("path/to/file.jpg", {
"IPTC:CopyrightNotice": "© 2021 PhotoStructure, Inc.",
})
```
### Always Beware: Timezones

@@ -259,0 +268,0 @@

Sorry, the diff of this file is too big to display

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