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

has-exif-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

has-exif-cli

Checks if an image file has EXIF data. Available as CLI. Can be used in CI automation. Supports both JPG and WEBP image format

1.3.0
latest
Source
npm
Version published
Weekly downloads
1.1K
1.02%
Maintainers
1
Weekly downloads
 
Created
Source

has-exif-cli

Node command line interface to check if an image file has EXIF data. It can be used in CI automation. Supports both JPG and WEBP image format

Install

npm install -g has-exif-cli

Execute

has-exif-cli /path/to/FILE.JPG

How to use in continuous integration automation like Scrutinizer, travis etc

To make sure your checked in jpg, webp and other image files dont have EXIF data included in them:

find ./ -name '*.jpg' | xargs --verbose has-exif-cli

Badges

CircleCI

codecov

StyleCI

Known Vulnerabilities

Total alerts

Keywords

exif

FAQs

Package last updated on 31 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts