Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cit-ssc-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cit-ssc-cli

This is a library for comparing screenshots of websites

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

README

This is a library for comparing screenshots of websites

Installation

    npm install cit-ssc-cli -g

Usage

step 1

Initialize Project

    mdkir <project name>
    cd <project name>
    ssc-cli init

step 2

Configure the site URL and viewPort

siteList:

    {
        "siteList": ["siteA","siteB","",....]
    }

viewPort: Customize the screen size

    {
        "viewPortList" : [
            {
                "w": 1920,
                "h": 1024
            },
            {
                "w": 768,
                "h": 1024
            }
        ]
    }

step 3

    ssc-cli screenshot

step 3

    ssc-cli diff

FAQs

Package last updated on 12 Jul 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