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 Versions

1
26

2.15.0

Diff

Changelog

Source

v2.15.0

  • ✨ Added example movies to the sample image corpus used to build the tag definitions.
mceachen
published 2.14.0 •

Changelog

Source

v2.14.0

  • ✨ Added taskTimeoutMillis, which will cause the promise to be rejected if exiftool takes longer than this value to parse the file. Note that this timeout only starts "ticking" when the task is enqueued to an idle ExifTool process.
  • ✨ Pump the onIdle method every onIdleIntervalMillis (defaults to every 10 seconds) to ensure all requested tasks are serviced.
  • ✨ If ECONN or ECONNRESET is raised from the child process (which seems to happen for roughly 1% of requests), the current task is re-enqueued and the current exiftool process is recycled.
  • ✨ Rebuilt Tags definitions using more (6,412!) sample image files (via npm run mktags ~/sample-images), including many RAW image types (like .ORF, .CR2, and .NEF).
mceachen
published 2.13.0 •

Changelog

Source

v2.13.0

  • ✨ Added maxReuses before exiftool processes are recycled
  • 🌱 ExifTool upgraded to v10.50
mceachen
published 2.12.0 •

Changelog

Source
mceachen
published 2.11.0 •

Changelog

Source

v2.11.0

  • 🌱 ExifTool upgraded to v10.47
  • ✨ Added call to .kill() on .end() in case the stdin command was missed by ExifTool
mceachen
published 2.10.0 •

Changelog

Source

v2.10.0

  • ✨ Added support for Node 4. TypeScript builds under es5 mode.
mceachen
published 2.9.0 •

Changelog

Source

v2.9.0

  • 🌱 ExifTool upgraded to v10.46
mceachen
published 2.8.0 •

Changelog

Source

v2.8.0

  • 🌱 ExifTool upgraded to v10.44
  • 📦 Upgraded to TypeScript 2.2
  • 🐞 update/io.ts error message didn't handle null statuscodes properly
  • 🐞 update/mktags.ts had a counting bug exposed by TS 2.2
mceachen
published 2.7.0 •

Changelog

Source

v2.7.0

  • ✨ More robust error handling for child processes (previously there was no .on("error") added to the process itself, only on stderr of the child process).
mceachen
published 2.6.0 •

Changelog

Source

v2.6.0

  • 🌱 ExifTool upgraded to v10.41
  • Orientation is rendered as a string by ExifTool, which was surprising (to me, at least). By exposing optional args in ExifTool.read, the caller can choose how ExifTool renders tag values.
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