
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
 [](https://www.jsdelivr.com/package/npm/weax) [
使用 npm 包管理:
npm install weax
或者使用 yarn 安装:
yarn add weax
全局导入组件库样式:
import 'weax/dist/weax.css';
也可以在页面直接引入 cdn 静态资源:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/weax@latest/dist/weax.min.css">
在组件中直接引入:
import React from 'react';
import { Statistic } from 'weax';
class WeaHelloPage extends React.Component {
render() {
return (
<>
{/* 直接使用 */}
<Statistic templete="temp1"/>
</>
)
}
}
export default WeaHelloPage;
| Name | Version | Org Site |
|---|---|---|
| React | v16.8.6 | https://reactjs.org/ |
| Ant Design | v3.19.7 | https://ant.design/ |
| Docz | v1.2.0 | https://www.docz.site/ |
| Storybook | v5.1.3 | https://storybook.js.org/ |
FAQs
 [](https://www.jsdelivr.com/package/npm/weax) [
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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.