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.
generator-jekyll-utils
Advanced tools
Install the generator by running: npm install -g generator-jekyll-utils
.
cd
into your Jekyll project and run any of the following commands:
yo jekyll-utils:draft
yo jekyll-utils:post
yo jekyll-utils:page
To turn a draft into a post, run yo jekyll-utils:publish
. This will update the date and prompt to change the title.
Write the TITLE in the arguments: yo jekyll-utils:page About Me
.
Use the --skip-greeting
flag to hide Yeoman ☹.
If you are using the amazing generator-jekyllrb you can run it from the root folder.
You can reduce the typing by adding the following code to your .functions
file like I did.
# Yeoman Jekyll Utils
function jk () {
yo jekyll-utils:$@;
}
This results in the ability to run jk post My new blog post
.
FAQs
Include Yeoman into your Jekyll workflow
We found that generator-jekyll-utils 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.