New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@pixdif/cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixdif/cli

Command-Line Interface of PixDif

latest
Source
npmnpm
Version
0.10.2
Version published
Maintainers
1
Created
Source

Pixdif Command-Line Interface

Build Status Npm Package

This is a command-line tool aimed to compare visual differences of files and generate test reports.

License

MIT

Installation

npm install @pixdif/cli
npm install @pixdif/png-parser # If you need to compare PNG images.
npm install @pixdif/pdf-parser # If you need to compare PDF documents.
npm install @pixdif/html-reporter # If you need to generate a test report into a web page.

Features

Compare two files.

pixdif cmp <expected> <actual>

Convert a file (e.g. PDF) into multiple PNG images.

pixdif convert <input>

Compare some files in 2 directories.

pixdif diff <expected directory> <actual directory> <file glob pattern>

Start a server to view test reports and update baselines.

pixdif serve

Check more details with --help. It's powered by and documented with yargs.

pixdif --help
pixdif <command> --help

Keywords

compare

FAQs

Package last updated on 13 Sep 2024

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