
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@00a/plugin.electron
Advanced tools
这是一个关于 electron 的插件功能插件集合
$ yarn add @00a/plugin.electron
const { chromeExtensions } = require("@00a/plugin.electron");
const { BrowserWindow } = require("electron");
const { chromeExtensions } = require("@00a/plugin.electron");
chromeExtensions(BrowserWindow);
在根目录建立配置文件:
.chrome-extensions.config.js 或 .chrome-extensions.config.local.js
module.exports = [
{
name: "React Developer Tools",
id: "fmkadmapgofadopljbjfkapdkoienihi", // https://www.electronjs.org/docs/tutorial/devtools-extension
},
{
name: "Redux DevTools",
id: "lmhkpmbekcpmknklioeibfkpmmfibljd",
},
];
const { isElectron } = require("@00a/plugin.electron");
isElectron()
@00a/plugin.electron严格遵循 Semantic Versioning 2.0.0 语义化版本规范。
2020-07-07
chromeExtensions方法FAQs
Electron功能插件集
We found that @00a/plugin.electron demonstrated a not healthy version release cadence and project activity because the last version was released 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.