Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
gitbook-plugin-insert-logo-link
Advanced tools
Gitbook plugin to inserts a logo wrapped in a link
NPM package here
npm i gitbook-plugin-insert-logo-link
The following plugin inserts a logo link into the navigation bar (above the summary and above the search input). Simply, drop a logo.png
file into the root folder of your GitBook and add this plugin into your book.json
:
{
"plugins": ["insert-logo-link", "another plugin 1", "another plugin 2"]
}
You will also need to provide src for the logo and the href for the link url. The src can be local file, a remote URL, or base64 hash. Add the src and url into the plugin configuration in your book.json
:
{
"plugins": ["insert-logo-link", "another plugin 1", "another plugin 2"],
"pluginsConfig": {
"insert-logo-link": {
"src": "/my-logo.png",
url: "http://example"
}
}
}
FAQs
Gitbook plugin to inserts a logo wrapped in a link
The npm package gitbook-plugin-insert-logo-link receives a total of 4 weekly downloads. As such, gitbook-plugin-insert-logo-link popularity was classified as not popular.
We found that gitbook-plugin-insert-logo-link 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.