
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.
@thingjs-x/xplugin-plugin
Advanced tools
xplugin-plugin
xplugin-plugin is the Core Component for ThingJS-X Plug-in Development
Using npm:
$ npm i -g npm
$ npm install --save @thingjs-x/xplugin-plugin
该插件包内提供的插件为 ThingJS-X 插件开发的辅助功能插件, 目前已提供了 BundlePlugin ,该插件用于插件描述文件的生成
//BundlePlugin 插件使用
//webpack.config.js 中直接引用
/**
* 在打包完成后该插件会进行解析生成插件资源描述文件 bundle.json
* 该描述文件是对插件的信息描述
* */
//...
//在webpack.config.js 引入插件
const BundlePlugin = require("uino-xplugin-plugin");
//在插件内初始化该插件即可
plugins: [
new BundlePlugin(),
]
{
"requiredNodeVersion": "^16.17.0 || >= 16.15.1",
"requiredNpmVersion": "^8.15.0 || >= 8.11.0"
}
//npm rm -rf node_modules
FAQs
xplugin相关插件包,完成插件执行的相关辅助功能
We found that @thingjs-x/xplugin-plugin 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
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.