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.
blog-builder
Advanced tools
A static blog builder made with NodeJS. Put HTML or Markdown articles in, get a static-HTML blog out; complete with tags, archives, pagination, sitemap, and RSS feed.
A static blog builder made with NodeJS. Put HTML or Markdown articles in, get a static-HTML blog out; complete with tags, archives, pagination, sitemap, and RSS feed.
Add to your application via npm
:
npm install blog-builder --save
This will install blog-builder
and add it to your application's package.json
file.
See the examples
directory at the root of this project for examples of how to use blog-builder
.
There are a number of ways you can contribute:
readme.md
file. If you see a mistake, or think something should be clarified or expanded upon, please submit a pull requestBefore you contribute code, please read through at least some of the source code for the project. I would appreciate it if any pull requests for source code changes follow the coding style of the rest of the project.
Now if you're still interested, you'll need to get your local environment configured.
First, you'll need to pull down the code from GitHub:
git clone git@github.com:chill117/blog-builder.git
Second, you'll need to install the project dependencies as well as the dev dependencies. To do this, simply run the following from the directory you created in step 1:
npm install
With your local environment configured, running tests is as simple as:
npm test
FAQs
A static blog builder made with NodeJS. Put HTML or Markdown articles in, get a static-HTML blog out; complete with tags, archives, pagination, sitemap, and RSS feed.
The npm package blog-builder receives a total of 0 weekly downloads. As such, blog-builder popularity was classified as not popular.
We found that blog-builder 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.