Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Maintainers
1
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

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

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