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.
npm install eyo -g
Usage: eyo [options] <file-or-url...>
Restoring the letter «ё» (yo) in russian texts.
Options:
-h, --help Output usage information
-V, --version Output the version number
-l, --lint Search of safe and unsafe replacements
-i, --in-place Write files in place.
-s, --sort Sort results
--only-safe Output only safe replacements
--stdin Process text provided on <STDIN>
--stdin-filename <file> Specify filename to process STDIN as
--no-colors Clean output without colors
eyo file.txt > file.out.txt
— безопасная замена «е» на «ё».
eyo https://example.com/index.html > file.out.html
— безопасная замена «е» на «ё» на странице сайта.
eyo -i README.md
— файл README.md
будет перезаписан с безопасной заменой «е» на «ё».
eyo -i "**/*.md"
— файлы с расширением .md
будут перезаписаны с безопасной заменой «е» на «ё».
find . -name "*.md" | xargs eyo --lint
eyo --lint file1.txt file2.txt
— вывод слов для файлов, где необходима или возможна замена.
eyo --lint http://habrahabr.ru
— вывод слов для страницы сайта, где необходима или возможна замена.
cat file1.txt file2.txt file3.txt | eyo --stdin > output.txt
cat file1.txt | eyo --stdin --stdin-filename file1.txt
Используйте отдельный пакет eyo-kernel
без зависимостей.
npm install eyo-kernel
MIT License
v5.0.0
console.error
.--only-safe
теперь не выводит проверку успешных ресурсов.package.json
.request
заменён на node-fetch
.FAQs
CLI for restoring the letter «ё» (yo) in russian texts
We found that eyo 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’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.