Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 3.0.0 to 3.0.1

14

index.d.ts

@@ -6,3 +6,3 @@ /// <reference types="node" />

interface Tags {
[name: string]: String | Number | Number[] | Uint8Array
[name: string]: string | number | number[] | Uint8Array
}

@@ -70,9 +70,9 @@

export var tagKeys: Map<string, Map<number, string>>;
export var tagValues: Map<string, Map<number, any>>;
export var tagRevivers: Map<string, Map<number, any>>;
export const tagKeys: Map<string, Map<number, string>>;
export const tagValues: Map<string, Map<number, any>>;
export const tagRevivers: Map<string, Map<number, any>>;
export var fileParsers: Map<string, any>;
export var segmentParsers: Map<string, any>;
export var fileReaders: Map<string, any>;
export const fileParsers: Map<string, any>;
export const segmentParsers: Map<string, any>;
export const fileReaders: Map<string, any>;

@@ -79,0 +79,0 @@ export class Exifr {

{
"name": "exifr",
"version": "3.0.0",
"version": "3.0.1",
"description": "📷 The fastest and most versatile JavaScript EXIF reading library.",

@@ -5,0 +5,0 @@ "author": "Mike Kovarik",

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

<details>
<summary><b>Detailed comparison (click to expand)</b></summary>
| | full | lite | mini | core |

@@ -118,2 +122,3 @@ |-----------------|------|------|------|------|

| file | `full.esm.js`<br>`full.umd.js`<br>`full.legacy.umd.js` | `lite.esm.js`<br>`lite.umd.js`<br>`lite.legacy.umd.js` | `mini.esm.js`<br>`mini.umd.js`<br>`mini.legacy.umd.js` | `core.esm.js`<br>`core.umd.js` |
</details>

@@ -829,3 +834,3 @@ ## Examples

**HEIC:** Simply finding the exif offset takes 0.2-0.3ms with exifr. Compare that to [https://github.com/exif-heic-js/exif-heic-js](https://github.com/exif-heic-js/exif-heic-js) which takes about 5-10ms on average. Exifr is up to 30x faster.
**HEIC:** Simply finding the exif offset takes 0.2-0.3ms with exifr. Compare that to [exif-heic-js](https://github.com/exif-heic-js/exif-heic-js) which takes about 5-10ms on average. Exifr is up to 30x faster.

@@ -832,0 +837,0 @@ ### Benchmarks

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