Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@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
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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.