🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

exif-validation

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exif-validation - npm Package Compare versions

Comparing version

to
1.0.5

6

index.js

@@ -15,6 +15,10 @@ const _ = require('lodash')

if (_.isObject(exif.Make)) {
if (_.isObject(exif.Make) || _.isEmpty(exif.Make)) {
return false
}
if (_.isObject(exif.Model) || _.isEmpty(exif.Model)) {
return false
}
if (_.result(exif, 'Make') === '--') {

@@ -21,0 +25,0 @@ log(exif)

2

package.json
{
"name": "exif-validation",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {