Comparing version 3.0.0 to 3.0.1
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
588499
864
18