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

exif-js

Package Overview
Dependencies
Maintainers
2
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.0.0 to 2.1.0

.npmignore

2

bower.json
{
"name": "exif-js",
"version": "1.0.0",
"version": "2.1.0",
"homepage": "https://github.com/jseidelin/exif-js",

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

@@ -355,3 +355,3 @@ (function() {

if (img instanceof Image || img instanceof HTMLImageElement) {
if (img.src) {
if (/^data\:/i.test(img.src)) { // Data URI

@@ -372,3 +372,3 @@ var arrayBuffer = base64ToArrayBuffer(img.src);

http.onload = function() {
if (http.status == "200") {
if (this.status == 200 || this.status === 0) {
handleBinaryFile(http.response);

@@ -375,0 +375,0 @@ } else {

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

@@ -30,3 +30,7 @@ "main": "exif.js",

"example"
]
],
"devDependencies": {
"bower": "^1.4.1",
"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