Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
RSuite
是一个基于 React.js 开发的 Web 组件库,参考 Bootstrap 设计,提供其中常用组件,支持响应式布局。
我们的目标就是让 WEB 开发更快捷,同时具有一定的灵活性和扩展性。
通过 npm
安装
npm install rsuite
CSS: 我们提供一些主题, 载入对应的 CSS 资源到你的页面中,同时你也可以直接引用 Bootstrap 的 CSS 。
Javascript: 比如在项目中用到一个 Button
, 可以通过 ES2015
、CommonJS
、AMD
任意一种方式引入组件。
// ES2015
const { Button } = require('rsuite');
// CommonJS
var Button = require('rsuite').Button;
// AMD
define(['rsuite'], function(Suite) {
var Button = Suite.Button;
...
});
ReactDOM.render(
<Button shape="primary" >Button</Button>,
document.getElementById('example')
);
HTML: 对应生成的 HTML 代码
<button class="btn btn-primary" type="button" >Primary</button>
用 GitHub issues 提交你贡献的代码,我们积极欢迎你的参与。
更新日志查看 GitHub releases。
Suite 是 MIT-licensed。
FAQs
A suite of react components
The npm package rsuite receives a total of 68,764 weekly downloads. As such, rsuite popularity was classified as popular.
We found that rsuite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.