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.
bootstrap-sidebar
Advanced tools
###Changelog: v0.2.0:
v0.1.0:
A responsive sidebar plugin for bootstrap 3. if your menus are too big to fit into a horizontal menubar, or you need to have a responsive sidebar that is compatible with bootstrap, then this is the plugin for you. (NOTE: Contributions are welcome! please issue a Pull Request)
###Features:
###Current Limitations:
###Demo:
view plunker demo here: http://run.plnkr.co/plunks/sA6H7U/
#####OR
open index.html on your browser to checkout the features
###Installation:
Install using bower:
bower install bootstrap-sidebar
or download a zip copy of this repo
###Usage:
Usage is almost the same as the horizontal menubar collapse method: define a button on your top menubar that toggles the sidebar on and off like this:
<button type="button" class="navbar-toggle" data-toggle="sidebar" data-target=".sidebar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
Note the data-toggle and data-target attriubutes - these are the attributes necessary to make this button work with sidebar
then define your sidebar column as:
<div class="col-xs-7 col-sm-3 col-md-2 sidebar sidebar-left sidebar-animate">
<!-- content -->
</div>
#####Note the important classes:
###Defining permanent sidebars:
To define a sidebar that displays permanently for a certain screen size (in this example, for sizes md and above):
<div class="col-xs-7 col-sm-3 col-md-3 sidebar sidebar-left sidebar-animate sidebar-md-show">
<!-- Sidebar content here! -->
</div>
make sure your main content area is defined as follows:
<div class="col-md-9 col-md-offset-3">
<!-- Main Content here! -->
</div>
#####Note the important classes:
FAQs
A responsive sidebar plugin for bootstrap 3
We found that bootstrap-sidebar 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.