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 3.12.2 to 3.12.3

2

bin/TagFilterPlugin.js

@@ -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>",

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