
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).
@studiohyperdrive/ngx-cookies
Advanced tools
An integrated Angular approach to the vanilla cookieconsent library.
@studiohyperdrive/ngx-cookies
)This library provides a quick and easy wrapper for CookieConsent V3.
Install the package first:
npm install @studiohyperdrive/ngx-cookies
Add the CookieConsent CSS to the build step.
"styles": [
"node_modules/vanilla-cookieconsent/dist/cookieconsent.css"
],
This package will follow a semver-like format, major.minor.patch
, in which:
major
: Follows the Angular major versionminor
: Introduces new features and (potential) breaking changespatch
: Introduces bugfixes and minor non-breaking changesFor more information about the build process, authors, contributions and issues, we refer to the hyperdrive-opensource repository.
The ngx-cookies
package was made as an extension on top of the vanilla CookieConsent in order to provide several Angular based functionalities such as a setup through a server, Observables for the provided events and a directive to handle cookie based content.
The package refrains from adding too much custom logic and is entirely based on the existing CookieConsent API. We refer to the documentation of said package for more information regarding the setup of the cookie handler.
To find more information regarding this package, we refer to our documentation platform.
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
/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.