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 2.1.0 to 2.1.1

dist/image_extraction_task.d.ts

4

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

@@ -32,2 +32,4 @@ "main": "./dist/exiftool.js",

"dist/exiftool_process.js",
"dist/image_extraction_task.d.ts",
"dist/image_extraction_task.js",
"dist/parser.d.ts",

@@ -34,0 +36,0 @@ "dist/parser.js",

# exiftool-vendored
**Blazing-fast, cross-platform [node](https://nodejs.org/) access to [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/).**
**Blazing-fast, cross-platform [Node](https://nodejs.org/) access to [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/).**

@@ -11,3 +11,4 @@ [![npm version](https://badge.fury.io/js/exiftool-vendored.svg)](https://badge.fury.io/js/exiftool-vendored)

1. **High performance** via [`-stay_open`](#stay_open) and [multithreading](#parallelism). [7-300x faster](#performance) than competing packages
1. **High performance** via [`-stay_open`](#stay_open) and [multithreading](#parallelism).
**[7-300x faster performance](#performance)** than competing packages (depending on platform)!

@@ -19,4 +20,5 @@ 1. Support for [Mac, Linux](https://travis-ci.org/mceachen/exiftool-vendored), and [Windows](https://ci.appveyor.com/project/mceachen/exiftool-vendored/branch/master).

- **latitudes & longitudes** as floats (where negative values indicate W or S of the meridian)
- **embedded images**, both `Thumbnail` and `Preview` (if they exist)
1. Robust **[type definitions](#tags)** of the top 99.5% of tags used by over 3,000 different camera makes and models
1. Robust **[type definitions](#tags)** of the top 99.5% tags used by over 3,000 different camera makes and models

@@ -27,3 +29,3 @@ 1. **Auditable ExifTool source code** (the "vendored" code is [verifiable](http://owl.phy.queensu.ca/~phil/exiftool/checksums.txt))

1. **Robust test suite**, performed with node v6+ on [Linux, Mac,](https://travis-ci.org/mceachen/exiftool-vendored) & [Windows](https://ci.appveyor.com/project/mceachen/exiftool-vendored/branch/master).
1. **Robust test suite**, performed with Node v6+ and v7+ on [Linux, Mac,](https://travis-ci.org/mceachen/exiftool-vendored) & [Windows](https://ci.appveyor.com/project/mceachen/exiftool-vendored/branch/master).

@@ -148,5 +150,6 @@ ## Installation

### v2.1.0
### v2.1.1
* ✨ `extractThumbnail` and `extractPreview` implemented to pull out EXIF-embedded images
* 📦 Rebuilt package.json.files section

@@ -153,0 +156,0 @@ ### v2.0.1

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