
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
blog-maker
Advanced tools
Blog generator from .md post files, highly inspired from blog.nodejs.org
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Critical CVE and High CVE
This blog generator is highly inspired by blog.nodejs.org (meaning, I've extracted the code which make it works from https://github.com/joyent/node to make it work as a stand alone module =) )
Big props to @dshaw for giving me this idea and @isaacs for explaining me how the magic was done =)
npm install blog-maker
To generate a simple blog, you will need:
You can find examples of this in the 'data' folder of this repo
To use it, just require the module
var blogMaker = require('blog-maker');
And then call the function returned with the following args:
example:
blogMaker('data/posts', 'public', 'data/blog.html', 'data/rss.xml')
You can find and example using node-static
to server the blog posts in the 'example' folder, to try it, just run
node example/example_run.js
data/posts - Folder containing all the posts
data/blog.html - blog page template (for each post)
data/rss.xml - rss feed template
Write your post (use html you want)
<blockquote></blockquote>
<code></code>
You name it :)
Then you just have to run blog-maker
Note: folder hierarchy in data/posts is meaningless, you can use it for your own organization, for example, one folder for each author or for each category
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Blog generator from .md post files, highly inspired from blog.nodejs.org
The npm package blog-maker receives a total of 1 weekly downloads. As such, blog-maker popularity was classified as not popular.
We found that blog-maker 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 how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.