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.21.0 to 4.21.1

2

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

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

@@ -74,4 +74,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

if (Constants.USE_FILE && isSOF0Marker(dataView, appMarkerPosition)) {
fieldLength = dataView.getUint16(appMarkerPosition + APP_MARKER_SIZE);
sof0DataOffset = appMarkerPosition + APP_MARKER_SIZE;
} else if (Constants.USE_FILE && isSOF2Marker(dataView, appMarkerPosition)) {
fieldLength = dataView.getUint16(appMarkerPosition + APP_MARKER_SIZE);
sof2DataOffset = appMarkerPosition + APP_MARKER_SIZE;

@@ -78,0 +80,0 @@ } else if (Constants.USE_JFIF && isApp0JfifMarker(dataView, appMarkerPosition)) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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