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-collapsible-menu
Advanced tools
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
Update book.json
file to include collapsible-menu
plugin.
{
"plugins": ["collapsible-menu"],
}
book.json
is valid. You can use this online tool - http://json.parser.online.fr/beta/It hooks into gitbook's page.change
event. First it hides all pages, and then using .active
css class show's its parent and grandparent nodes (chapters).
Testing with PDF book generation. I hope it won't break.
Just after publishing this one, I came across - https://github.com/poojan/gitbook-plugin-toggle-chapters
If for some reason this plugin troubles you, you can try other. :-)
1.0.3 - 31 March 2017
<script>
tag issue #4 (props @daffl)1.0.2 - 20 May 2015
1.0.1 - 20 May 2015
1.0.0 - 20 May 2015
FAQs
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
The npm package gitbook-plugin-collapsible-menu receives a total of 393 weekly downloads. As such, gitbook-plugin-collapsible-menu popularity was classified as not popular.
We found that gitbook-plugin-collapsible-menu demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.