
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
angular-aside-menu
Advanced tools
###Live Demo
Imagine an aside menu that pushes your page or comes over it and so on.
$ bower install --save angular-aside-menu
$ npm install --save angular-aside-menu
angular.module('yourApp', ['asideModule']);
<aside-menu id="menu-1" side="left" width="400px" is-backdrop="true" push-content="false">
<ul class="list-group">
<li class="list-group-item">Cras justo odio</li>
<li class="list-group-item">Dapibus ac facilisis in</li>
<li class="list-group-item">Morbi leo risus</li>
<li class="list-group-item">Porta ac consectetur ac</li>
<li class="list-group-item">Vestibulum at eros</li>
</ul>
</aside-menu>
<aside-menu-content>
<div style="display: table; margin: 200px auto">
<button type="button" aside-menu-toggle="menu-1" class="btn btn-default">Left</button>
</div>
</aside-menu-content>
FAQs
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.