
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@webpack-blocks/babel
Advanced tools
This is the babel
block providing Babel (Version 7+) configuration using the
babel-loader.
npm install --save-dev babel-core @webpack-blocks/babel
# or
yarn add --dev babel-core @webpack-blocks/babel
const { createConfig, match } = require('@webpack-blocks/webpack')
const babel = require('@webpack-blocks/babel')
module.exports = createConfig([
match(['*.js', '!*node_modules*'], [
babel(/* options */)
])
])
You can also use the babel block without match()
. It will by default match *.js
and *.jsx
files while excluding everything in node_modules/
.
Uses a cache directory if set to true. Defaults to true.
Array of Babel plugins to use. Babel will read them from .babelrc
or package.json
if omitted.
Array of Babel presets to use. Babel will read them from .babelrc
or package.json
if omitted.
Check out the
Released under the terms of the MIT license.
FAQs
Webpack block for babel 6+.
The npm package @webpack-blocks/babel receives a total of 321 weekly downloads. As such, @webpack-blocks/babel popularity was classified as not popular.
We found that @webpack-blocks/babel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.