Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exif-js

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exif-js - npm Package Compare versions

Comparing version 2.2.1 to 2.2.3

2

bower.json
{
"name": "exif-js",
"version": "2.2.1",
"version": "2.2.2",
"homepage": "https://github.com/exif-js/exif-js",

@@ -5,0 +5,0 @@ "authors": [

@@ -931,4 +931,4 @@ (function() {

EXIF.getData = function(img, callback) {
if ((self.Image && img instanceof self.Image)
|| (self.HTMLImageElement && img instanceof self.HTMLImageElement)
if (((self.Image && img instanceof self.Image)
|| (self.HTMLImageElement && img instanceof self.HTMLImageElement))
&& !img.complete)

@@ -935,0 +935,0 @@ return false;

{
"name": "exif-js",
"version": "2.2.1",
"version": "2.2.3",
"description": "JavaScript library for reading EXIF image metadata",

@@ -35,5 +35,5 @@ "main": "exif.js",

"devDependencies": {
"bower": "^1.4.1",
"bower": "^1.4.2",
"mversion": "^1.10.0"
}
}
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