Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
English | δΈζη
React Suite is a set of react component libraries for enterprise system products. It is a well-thought-out and developer-friendly UI framework.
React Suite Design Prototype and specification, click to view.
React Suite supports the latest, stable releases of all major browsers and platforms. IE<=10 is no longer supported since React Suite 5.0. React Suite is designed and implemented for use on modern desktop browsers rather than mobile browsers.
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
>=11 | >=14 | >= 45 | >= 49 | >= 10 |
React Suite supports server side rendering. Support Next.js to build applications.
React Suite is available as an npm package.
npm i rsuite --save
or if you prefer Yarn
yarn add rsuite
Here's a simple example
import { Button } from 'rsuite';
import 'rsuite/styles/index.less'; // or 'rsuite/dist/rsuite.min.css'
function App() {
return <Button appearance="primary">Hello World</Button>;
}
You can go through full documentation or start with following sections
The previous major version 4.x will no longer receive new features, and it is recommended to upgrade to the latest 5.x releases. Bug fixes for 4.x are still being supported for a period of time, and security fixes are supported until 6.x is in progress.
Detailed changes for each release are documented in the release notes.
Make sure you've read the guidelines before you start contributing.
If you like React Suite, you can show your support by either
This project exists thanks to all the people who contribute.
React Suite is MIT licensed. Copyright (c) 2016-present, HYPERS.
5.37.4 (2023-08-11)
FAQs
A suite of react components
The npm package rsuite receives a total of 64,383 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.