
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
rsbuild-plugin-rempa
Advanced tools
[](https://www.npmjs.com/package/rsbuild-plugin-rempa) [](https://www.npmjs.com/package/rsbuild-plugin-rempa) [.
Note: This plugin is currently under development, and its API may be subject to change.
Install the plugin via npm:
npm install rsbuild-plugin-rempa --save-dev
Add the plugin to your rsbuild
configuration file:
// rsbuild.config.ts
import { defineConfig } from '@rsbuild/core';
import { pluginReact } from '@rsbuild/plugin-react';
import { pluginRempa } from 'rsbuild-plugin-rempa';
export default defineConfig({
plugins: [pluginReact(), pluginRempa()],
});
template
(string): Specifies the HTML template file to use for the generated pages. Defaults to the Rsbuild default template.layout
(string): Defines the default layout path for the entry page. Defaults to <>{children}</>
.The plugin automatically generates entry files for each page based on the config.json
files located in the src/pages
directory.
Example config.json
:
{
"title": "Index Page",
"layout": "./layout.tsx"
}
Supported config.json
options include:
template
: Path to the template file.layout
: Path to the page layout.title
: Title of the page.mountElementId
: The ID of the DOM node where the page will be mounted. Defaults to root
.templateParameters
.For a working example, see the playground.
MIT
FAQs
[](https://www.npmjs.com/package/rsbuild-plugin-rempa) [](https://www.npmjs.com/package/rsbuild-plugin-rempa) [![npm](https://img.s
The npm package rsbuild-plugin-rempa receives a total of 0 weekly downloads. As such, rsbuild-plugin-rempa popularity was classified as not popular.
We found that rsbuild-plugin-rempa demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.