![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.
capture-my-evolution
Advanced tools
Capture the history of your web project
npm install -g capture-my-evolution
Run the following command inside a Git repository.
# Will traverse your Git history, run `npm ci && npm run start` and take a screenshot
capture-my-evolution --port <PORT>
The output of the screenshots can be found in screenshots
-folder (per default).
Most probably you want to run a custom command in order to start your website. This tool
does not care what technologies you're using, as long as the website is somehow accessible
over HTTP.
Example using yarn:
capture-my-evolution -c "yarn && yarn build" -p <PORT>
capture-my-evolution --help
Usage: capture-my-evolution [options]
Options:
-V, --version output the version number
--path <path> The path where the project is located (default: "$PWD")
-p, --port <port> The port of your website
-h, --host <host> The host of your webiste (default: "0.0.0.0")
--protocol <protocol> The protocol your webiste (default: "http")
-c, --command <command> The command to start your website (default: "npm ci && npm run start")
-t, --tmp <tmp> Temporary folder (default: "/tmp/my-history-daecf5bc-1647-4e04-8bf9-05138871d3f2")
-s, --screenshot <screenshot> Screenshot directory (default: "$PWD/screenshots")
--last <last> Last amount of commits
--filter-commit-msg <filter-commit-message> Filter commit message
--start-index <start-index> Which index it should start with for the image prefix (default: "0")
--log-level <log-level> The log level (default: "info")
--every-nth <every-nth> Only check for every nth commit
-w, --width <width> Width of the screenshot (default: "1440")
-h, --height <height> Height of the screenshot (default: "1080")
--from <from> From which SHA to start
--help
FAQs
Unknown package
The npm package capture-my-evolution receives a total of 0 weekly downloads. As such, capture-my-evolution popularity was classified as not popular.
We found that capture-my-evolution 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.