Comparing version 4.3.0 to 4.3.1
/// <reference types="node" /> | ||
export as namespace Exifr | ||
export as namespace exifr; | ||
@@ -55,9 +55,9 @@ interface Tags { | ||
export const tagKeys: Map<string, Map<number, string>>; | ||
export const tagValues: 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 const fileParsers: Map<string, any>; | ||
export const fileParsers: Map<string, any>; | ||
export const segmentParsers: Map<string, any>; | ||
export const fileReaders: Map<string, any>; | ||
export const fileReaders: Map<string, any>; | ||
@@ -69,2 +69,22 @@ export class Exifr { | ||
extractThumbnail(): Promise<Uint8Array | undefined>; | ||
} | ||
} | ||
declare const _default: { | ||
parse: typeof parse; | ||
thumbnail: typeof thumbnail; | ||
thumbnailUrl: typeof thumbnailUrl; | ||
gps: typeof gps; | ||
orientation: typeof orientation; | ||
tagKeys: typeof tagKeys; | ||
tagValues: typeof tagValues; | ||
tagRevivers: typeof tagRevivers; | ||
fileParsers: typeof fileParsers; | ||
segmentParsers: typeof segmentParsers; | ||
fileReaders: typeof fileReaders; | ||
Exifr: Exifr; | ||
} | ||
export default _default |
{ | ||
"name": "exifr", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "📷 The fastest and most versatile JavaScript EXIF reading library.", | ||
@@ -5,0 +5,0 @@ "author": "Mike Kovarik", |
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
980381
7351
22