Socket
Socket
Sign inDemoInstall

exif-reader

Package Overview
Dependencies
0
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -5,3 +5,3 @@ var tags = require('./tags');

var startingOffset = 0;
if (buffer.toString('ascii', 0, 3) !== 'MM\0' && buffer.toString('ascii', 0, 3) !== 'II\0') {
if (buffer.toString('ascii', 0, 3) !== 'MM\0' && buffer.toString('ascii', 0, 3) !== 'II\x2a') {
startingOffset = 6;

@@ -8,0 +8,0 @@ if (buffer.toString('ascii', 0, 5) !== 'Exif\0')

{
"name": "exif-reader",
"version": "2.0.0",
"version": "2.0.1",
"description": "A small EXIF image metadata reader",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc