
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@lite-v3/babel-config-vanilla
Advanced tools
Babel config of Vanilla for Tokopedia web services
Shared Vanilla Babel config for Tokopedia Web Services
# Using npm
npm install @lite-v3/babel-config-vanilla
# Using yarn
yarn add @lite-v3/babel-config-vanilla
# Using pnpm
pnpm install @lite-v3/babel-config-vanilla
This package has 3 configs which are provided:
Name | Description |
---|---|
babelClientConfig | A babel config for Tokopedia web service client side |
babelClientLegacyConfig | A babel config for Tokopedia web service client side (Legacy config) |
babelServerConfig | A babel config for Tokopedia web service server side |
Add the following to your babel.config.js
:
module.exports = require('@lite-v3/babel-config-vanilla').babelClientConfig;
The code above is adding babel.config.js
in Tokopedia web service client side
Add the following to your webpack.config.js
:
import webpack from 'webpack';
import { babelServerConfig } from '@lite-v3/babel-config-vanilla';
const webpackConfig = {
...
module: {
rules: [
{
oneOf: [
{
test: /\.(ts|js)x?$/,
exclude: /(node_modules|bower_components)/,
use: {
loader: 'babel-loader',
options: babelClientConfig
}
}
],
},
]
}
...
}
export default webpackConfig;
The code above is adding webpack.config.js
in Tokopedia web service server side
Code By WPE Team @Tokopedia
FAQs
Babel config of Vanilla for Tokopedia web services
The npm package @lite-v3/babel-config-vanilla receives a total of 0 weekly downloads. As such, @lite-v3/babel-config-vanilla popularity was classified as not popular.
We found that @lite-v3/babel-config-vanilla demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.