Socket
Socket
Sign inDemoInstall

exifr

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exifr - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

src/file-parsers/heif.mjs

9

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [6.3.0]
### Added
- **AVIF SUPPORT**
## [6.2.0]

@@ -258,3 +264,4 @@

[Unreleased]: https://github.com/MikeKovarik/exifr/compare/v6.2.0...HEAD
[Unreleased]: https://github.com/MikeKovarik/exifr/compare/v6.3.0...HEAD
[6.3.0]: https://github.com/MikeKovarik/exifr/compare/v6.2.0...v6.3.0
[6.2.0]: https://github.com/MikeKovarik/exifr/compare/v6.1.1...v6.2.0

@@ -261,0 +268,0 @@ [6.1.1]: https://github.com/MikeKovarik/exifr/compare/v6.1.0...v6.1.1

7

package.json
{
"name": "exifr",
"version": "6.2.0",
"version": "6.3.0",
"description": "📷 The fastest and most versatile JavaScript EXIF reading library.",

@@ -11,3 +11,6 @@ "author": "Mike Kovarik",

"jpeg",
"png",
"heif",
"heic",
"avif",
"tiff",

@@ -33,3 +36,3 @@ "xmp",

"scripts": {
"test": "mocha test/**.spec.mjs --exclude test/bundle-mini.spec.mjs --exclude test/bundle-lite.spec.mjs --exclude test/bundle-full.spec.mjs",
"test": "mocha test/**/*.spec.mjs --exclude test/bundle-mini.spec.mjs --exclude test/bundle-lite.spec.mjs --exclude test/bundle-full.spec.mjs",
"test-bundles": "mocha test/bundle-mini.spec.mjs && mocha test/bundle-lite.spec.mjs && mocha test/bundle-full.spec.mjs",

@@ -36,0 +39,0 @@ "test-full": "mocha test/bundle-full.spec.mjs",

@@ -41,3 +41,3 @@ <img src="https://raw.githubusercontent.com/MikeKovarik/exifr/master/logo/blue-small.png" width="160" alt="exifr">

* 🗃️ **Any input**: buffers, url, &lt;img&gt; tag, and more
* 📷 Files: **.jpg**, **.tif**, **.heic**, **.png**, **.iiq**
* 📷 Files: **.jpg**, **.tif**, **.png**, **.heic**, .avif, .iiq
* 🔎 Segments: **TIFF** (EXIF, GPS, etc...), **XMP**, **ICC**, **IPTC**, JFIF, IHDR

@@ -77,3 +77,3 @@ * 📑 **Reads only first few bytes**

| Segments | JPEG | TIFF / IIQ | HEIC | PNG |
| Segments | JPEG | TIFF / IIQ | HEIF (HEIC, AVIF) | PNG |
|-|-|-|-|-|

@@ -80,0 +80,0 @@ | EXIF/TIFF, GPS | ✔ | ✔ | ✔ | ✔ |

Sorry, the diff of this file is not supported yet

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