
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
n7-react-weui
Advanced tools
React-WeUI是weui的第三方扩展,独立输出成react组件. React-WeUI使用了webpack环境,配合less-loader输出inline样式. 代码标准使用了ES2015,以babel-loader来输出成现有可运行网页.
http://n7best.github.io/react-weui-page/
请用微信扫码

http://n7best.github.io/react-weui/
使用npm安装
npm install --save n7-react-weui
内嵌到你的react开发当中
import React from 'react';
//读取组件
import Button from 'n7-react-weui/lib/button';
//创建一个自定义迷你绿色按钮
const CustomButton = () => {
return (
<Button type="primary" mini>按钮</Button>
);
}
export default CustomButton;
git clone https://github.com/n7best/react-weui
cd react-weui
npm install
npm start
然后在浏览器打开 http://localhost:8080。
FAQs
WeUI with Webpack, Babel, React & LESS.
We found that n7-react-weui 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.