Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Blog generator from .md post files, highly inspired from blog.nodejs.org
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 0 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.