
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).
Browserify transform for inlining source maps. Sourceify will read comments
like // sourceMappingURL=...
that refer to external files, and will attempt
to read and inline those so that browserify can include those source maps when
producing bundle-wide source maps. It also tries to handle source roots, by
treating the source root as relative to the package root. See how source maps
are generated in my other libraries
(yokohama
,
hiroshima
,
tokyo
) for an example of how to compute
source roots.
var browserify = require('browserify');
var sourceify = require('sourceify');
var bundler = browserify({
debug: true,
// options
transform: [sourceify]
});
bundler.bundle();
// ...
Copyright © 2016 Tenor Biel
Released under the MIT license.
FAQs
Browserify transform for inlining external source maps
The npm package sourceify receives a total of 1,060 weekly downloads. As such, sourceify popularity was classified as popular.
We found that sourceify 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.