Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@codedungeon/laravel-versions-cli
Advanced tools
Laravel Versions CLI provides a simple cli interface to laravel version information provided by Laravel Versions Website
Using npm
> npm install -g @codedungeon/laravel-versions-cli
Using yarn
> yarn add global @codedungeon/laravel-versions-cli
Laravel Versions CLI can be executed using laravel-versions-cli
or lv
. For more information, please refer to the options section below
Note: You may have an existing lv
alias in your bash aliases which could override the lv
alias
> laravel-versions-cli info
or using lv
alias
> lv info
🚧 laravel-versions-cli vX.X.X build XX
Crafted with love by Mike Erickson ((https://github.com/mikeerickson))
🛠 info
Get version information for all Laravel projects
Usage:
laravel-versions-cli info <options>
Options:
--versions, -s Versions (multiple separate with comma) [default: v5, v6, v7, v8]
--limit, -l Limit number of returned items [default: 4 last major releases]
--showFuture, -f Show Future Releases [default: true]
Examples:
laravel-versions-cli info
laravel-versions-cli info --versions 8
laravel-versions-cli info --product laravel --limit 5
laravel-versions-cli info --product laravel,lumen
laravel-versions-cli info --list
Flag | Alias | Type | Description | Default |
---|---|---|---|---|
versions | s | string | which version(s) you wish to show (values separated by comma) | all versions |
limit | l | number | limits number of returned rows (not including future releases) | 4 |
show-future | f | boolean | show future releases | true |
Show only versions 7 and 8
> laravel-versions-cli info --versions 7,8
Show only last 4 major major
> laravel-versions-cli info --limit 4
Show only last 10 releases
> laravel-versions-cli info --limit 10
Don't inlcude future releases
> laravel-versions-cli info --show-future false
Copyright © 2021 Mike Erickson Released under the MIT license
laravel-versions-cli written by Mike Erickson
E-Mail: codedungeon@gmail.com
Issues: https://github.com/mikeerickson/laravel-versions-cli
Twitter: @codedungeon
Website: codedungeon.io
FAQs
laravel-versions-cli
We found that @codedungeon/laravel-versions-cli 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.