
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
docsify-slides
Advanced tools
A plugin for docsify that allows you to write documentation which acts like a slideshow.
Simply include the plugin with your docsify project:
<script src="//unpkg.com/docsify-slides/dist/docsify-slides.min.js"></script>
NOTE: This plugin works best in combination with
docsify-paginationplugin. Be sure to also enable this plugin on your docsify site for the full experience.
If you would like to have the docsify sidebar hidden by default, simply add the class="close" to your main body tag in your index.html.
<body class="close">...</body>
This is a simple plugin which gives you a flexible two-column layout via a custom markdown syntax.
Just add:
<!-- slide:break -->
or
<!-- slide:break-# -->
where # is the percent of the total width you want the left side of the slide to be. (i.e. <!-- slide:break-60 -->)
Check out the example.
If you enable docsify-pagination:
<- and -> keys.docsify-pagination acts as a sticky footer, so it is always visible on screen.FAQs
A docsify plugin for creating slideshow-like pages.
We found that docsify-slides demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.