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 4.3.0 to 4.3.1

32

index.d.ts
/// <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

2

package.json
{
"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",

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