
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).
@borealisgroup/cli-plugin-babel
Advanced tools
babel plugin for vue-cli
Uses Babel 7 + babel-loader
+ @vue/babel-preset-app by default, but can be configured via babel.config.js
to use any other Babel presets or plugins.
By default, babel-loader
excludes files inside node_modules
dependencies. If you wish to explicitly transpile a dependency module, you will need to add it to the transpileDependencies
option in vue.config.js
:
module.exports = {
transpileDependencies: [
// can be string or regex
'my-dep',
/other-dep/,
],
};
cache-loader is enabled by default and cache is stored in <projectRoot>/node_modules/.cache/babel-loader
.
thread-loader is enabled by default when the machine has more than 1 CPU cores. This can be turned off by setting parallel: false
in vue.config.js
.
vue add babel
config.rule('js')
config.rule('js').use('babel-loader')
config.rule('js').use('cache-loader')
FAQs
babel plugin for vue-cli
The npm package @borealisgroup/cli-plugin-babel receives a total of 0 weekly downloads. As such, @borealisgroup/cli-plugin-babel popularity was classified as not popular.
We found that @borealisgroup/cli-plugin-babel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.