![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
CLI for capturing website screenshots, powered by puppeteer.
To install globally:
$ npm install site-scan -g
You can use sitescan
or just ss
:
$ sitescan [options] [url(s)]
$ ss [options] [url(s)]
-h
or --help
Display help
-p
or --path
Path to save screenshots to (Defaults to CWD)
-x
or --width
Custom viewport width (Default: 1920)
-y
or --height
Custom viewport height (Default 1080)
-f
or --full
Capture full page screenshot (Default: false)
-t
or --transparent
Hides default background to allow transparency (Default: false)
-j
or --jpeg
Capture JPEG screenshot (Default: PNG)
-q
or --quality
Quality of JPEG screenshot (0-100, Default: 100)
-s
or --sleep
Time (ms) to wait after load before screenshot (Default: 0)
-n
or --name
Custom file name. Multiple screenshots will append a number to this name. (Default: website hostname)
-r
or --scale
Custom browser scaling to use (Default: 1)
-l
or --list
Loads url(s) from a local file instead of the CLI (must be separated by a space character) (Default: undefined)
Take a full page screenshot of a website
$ ss youtube.com --full
Take a screenshot of multiple websites as JPEGs
$ ss youtube.com google.com -j
Use a custom resolution
$ ss github.com -x 640 -y 480
Use a text file of space-separated URLs to load from
$ ss -l ./path/to/websites_list.txt
$ git clone https://github.com/christopherwk210/site-scan
$ cd site-scan
$ npm i
$ node ./lib/site-scan.js
FAQs
CLI for capturing website screenshots
The npm package site-scan receives a total of 7 weekly downloads. As such, site-scan popularity was classified as not popular.
We found that site-scan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.