Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@bramus/caniuse-cli
Advanced tools
Command line tool for “Can I Use…” and MDN Browser Compat Data
@bramus/caniuse-cli
Command line tool for “Can I Use …” and MDN Browser Compat Data
@mdn/browser-compat-data
.# npm install -g @bramus/caniuse-cli
$ caniuse viewport-units
$ caniuse "viewport units"
$ caniuse @property
In zsh:
echo '. <(caniuse --completion)' >> ~/.zshrc
In bash:
caniuse --completion >> ~/.caniuse.completion.sh
echo 'source ~/.caniuse.completion.sh' >> ~/.bashrc
In fish:
echo 'caniuse --completion-fish | source' >> ~/.config/fish/config.fish
That's all!
Now you have an autocompletion system.
bash-completion
packagebash: _get_comp_words_by_ref: command not found
bash: __ltrim_colon_completions: command not found
bash: _get_comp_words_by_ref: command not found
bash: __ltrim_colon_completions: command not found
Solution: install bash-completion
package
@bramus/caniuse-cli
is released under the MIT public license. See the enclosed LICENSE
for details.
This project is built on the original https://github.com/dsenkus/caniuse-cli/
FAQs
Command line tool for “Can I Use…” and MDN Browser Compat Data
The npm package @bramus/caniuse-cli receives a total of 22 weekly downloads. As such, @bramus/caniuse-cli popularity was classified as not popular.
We found that @bramus/caniuse-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.