Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
chromascope
Advanced tools
Visually compare the same URL or DOM element in different browsers, from the safety of the command line.
Chromascope is a tool for visualizing the diff of a given URL between chromium, webkit, and firefox. It uses Playwright to capture the screenshots and pixelmatch to compare them.
$ npx chromascope --help
Usage:
$ index.js <command> [options]
Commands:
diff <url> Diff the URL in chromium, firefox, and webkit. Using chromium as the base.
For more info, run any command with the `--help` flag:
$ index.js diff --help
Options:
-h, --help Display this message
-v, --version Display version number
$ npx chromascope diff --help
Usage:
$ npx chromascope diff <url>
Options:
-e, --element <selector> Diff only the element with the given selector
-f, --full-page Take a full page screenshot
-v, --verbose Show more output
-s, --save-diff Save generated diff as png
-t, --threshold <threshold> Set the threshold for the diff (default: 0.2)
-f, --folder <folder> Set the base folder for chromascope runs (default: chromascope-runs)
-h, --help Display this message
1.0.2
FAQs
Visually compare the same URL or DOM element in different browsers, from the safety of the command line.
The npm package chromascope receives a total of 4 weekly downloads. As such, chromascope popularity was classified as not popular.
We found that chromascope 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.