exifreader
Advanced tools
Comparing version 3.12.2 to 3.12.3
@@ -39,3 +39,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
for (const propertyPath of valuePath.get('properties')) { | ||
if (propertyPath.node.key.value === 'name') { | ||
if (propertyPath.node.key.value === 'name' || propertyPath.node.key.name === 'name') { // Property key can be string or identifier ('name' vs. name). | ||
if (propertyPath.node.value.type === 'ArrowFunctionExpression') { | ||
@@ -42,0 +42,0 @@ const result = {isIncluded: false}; |
{ | ||
"name": "exifreader", | ||
"version": "3.12.2", | ||
"version": "3.12.3", | ||
"description": "Library that parses Exif metadata in images.", | ||
@@ -5,0 +5,0 @@ "author": "Mattias Wallander <mattias@wallander.eu>", |
474375