
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
angular-aside
Advanced tools
angular-aside  [](https://www.npmjs.com/package/angular-aside) =============
Off canvas side menu for use with ui-bootstrap 0.14+. Extends ui-bootstrap's $uibModal
provider.
:information_desk_person: Please use v1.2.x for ui-bootstrap versions 0.13 and below.
###Live Demo
##Install
$ bower install angular-aside
Then, include css/js in html.
$ npm install angular-aside
##Usage
angular.module('myApp', ['ui.bootstrap', 'ngAside']);
angular.module('myApp')
.controller('MyController', function($scope, $aside) {
var asideInstance = $aside.open({
templateUrl: 'aside.html',
controller: 'AsideCtrl',
placement: 'left',
size: 'lg'
});
});
Supports all configuration that $uibModal
has. Can be used with both template
and templateUrl
. For more info hit Modal section on angular-ui bootstrap documentation.
##Additional Config
placement
- Aside placement can be 'left'
, 'right'
, 'top'
, or 'bottom'
.##Credits
##Author
İsmail Demirbilek (@dbtek)
FAQs
angular-aside  [](https://www.npmjs.com/package/angular-aside) =============
The npm package angular-aside receives a total of 460 weekly downloads. As such, angular-aside popularity was classified as not popular.
We found that angular-aside 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.