
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@pisell/rsbuild-plugin-lowcode
Advanced tools
Rsbuild plugin for low-code material development and build workflows.
@pisell/rsbuild-plugin-lowcode 是一个面向低代码物料场景的 Rsbuild 插件,提供:
pnpm add -D @pisell/rsbuild-plugin-lowcode
同时请确保工程中已安装并配置 @rsbuild/core。
在 rsbuild.config.js/ts 中注册插件:
import { defineConfig } from '@rsbuild/core';
import { pluginLowcode } from '@pisell/rsbuild-plugin-lowcode';
export default defineConfig({
plugins: [
pluginLowcode({
library: 'PrivateMaterials',
engineScope: '@alilc',
lowcodeDir: 'lowcode',
buildTarget: 'build',
}),
],
});
更完整示例见:examples/rsbuild.config.js。
.
├── index.js # 包入口
├── src/ # 所有功能代码与模板资源
│ ├── plugin.js
│ ├── environments.js
│ ├── logger.js
│ ├── constants.js
│ ├── entries.js
│ ├── assets.js
│ ├── utils/
│ ├── templates/
│ └── public/
├── examples/ # 示例配置
├── README.md
└── package.json
FAQs
Rsbuild plugin for low-code material development and build workflows.
The npm package @pisell/rsbuild-plugin-lowcode receives a total of 18 weekly downloads. As such, @pisell/rsbuild-plugin-lowcode popularity was classified as not popular.
We found that @pisell/rsbuild-plugin-lowcode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.