New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

exifreader

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exifreader - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

2

package.json
{
"name": "exifreader",
"version": "4.3.0",
"version": "4.3.1",
"description": "Library that parses Exif metadata in images.",

@@ -5,0 +5,0 @@ "author": "Mattias Wallander <mattias@wallander.eu>",

@@ -97,2 +97,4 @@ ExifReader

*NOTE: See React Native instructions below.*
ES module syntax:

@@ -169,2 +171,10 @@

Import ExifReader like this:
```javascript
import ExifReader from './node_modules/exifreader/src/exif-reader.js';
```
Make sure to update the path to point to where your `node_modules` is located.
For local files on the device you need to load the file yourself first, then

@@ -171,0 +181,0 @@ pass in the buffer to ExifReader. Here is a template from user @hungdev:

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