Socket
Socket
Sign inDemoInstall

cit-ssc-cli

Package Overview
Dependencies
29
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

cit-ssc-cli

This is a library for comparing screenshots of websites


Version published
Maintainers
1
0

Weekly downloads

Readme

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

Last updated on 12 Jul 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc