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.
gitbook-plugin-rss
Advanced tools
RSS for your gitbook
Generate a RSS feed and display link to feed in your gitbook:
It's very useful for books which get update several times a month. If you wanna notify readers about updates, just use this plugin.
npm install --save gitbook-plugin-rss
Add it to your book.json
with a basic configuration:
{
"plugins": [ "rss" ],
"pluginsConfig": {
"rss": {
"title": "My amazing book",
"description": "This is the best book ever.",
"author": "Denys Dovhan",
"site_url": "http://book.org/",
"managingEditor": "writer@book.org (Denys Dovhan)",
"webMaster": "webmaster@book.org (Denys Dovhan)",
"categories": [
"awesome",
"book",
"gitbook"
]
}
}
}
title
(required string) — Title of your site or feedsite_url
(required url string) — Url to the site that the feed is for.description
(optional string) — A short description of the feed.generator
(optional string) — Feed generator.image_url
(optional url string) — Small image for feed readers to use.managingEditor
(optional string) — Who manages content in this feed.webMaster
(optional string) — Who manages feed availability and technical support.categories
(optional array of strings) — One or more categories this feed belongs to.copyright
(optional string) — Copyright information for this feed.language
(optional string) — The language of the content of this feed.MIT © Denys Dovhan
FAQs
RSS for your gitbook
The npm package gitbook-plugin-rss receives a total of 17 weekly downloads. As such, gitbook-plugin-rss popularity was classified as not popular.
We found that gitbook-plugin-rss 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.