
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@sebgroup/react-components
Advanced tools
A set of React components based on SEB design library guidelines for mobile and web React applications
This is a set of react components some of which are based on SEB's bootstrap. The plan for this project is to increase and improve components for future usage.
@sebgroup/react-components@sebgroup/react-components support has officially ended as of March 2023.What does this mean?
The code will remain accessible on GitHub and npm. This website will remain here indefinitely.
The project will be in an archived state, meaning that no new development will be made unless:
Where do I go from here?
Go Green! Visit the official Green documentation to get started with SEB's new design system.
This version of components has been developed with:
You should be able to install the NPM package.
npm install @sebgroup/react-components --save
This project is based on SEB Bootstrap which includes fonts, colors and variables, to make sure everything works fine, please install these dependencies on your project:
npm install @sebgroup/bootstrap --save
Then make sure you add the Main SEB bootstrap package in your main style.SCSS or index.ts as follows
@import '~@sebgroup/bootstrap/scss/bootstrap';.
For Visual Studio Code users, please install the recommended plugins
This project uses prettier for a more consistent (less annoying) coding. We are using 4 different builds for this project. The src folder is where the actual components exist with all their necessary dependencies. and develop folder is where we develop and test those components.
npm startnpm run buildnpm run docsnpm testnpm test Button. It can also be chained with multiple specific components, e.g. npm test Button RadioGroupnpm run commit and follow the stepsFor performance benefits we are not combining all the components into single Index rather they are chunked into their subpackage. Therefore, to use a component, you need to import the Component submodule from the dist folder, in whichever Class you want to use it. Here is a sample of how to import a Button component in a page.
import { Button } from "@sebgroup/react-components";
const Component = () => {
const onClick = (e) => {
console.log("Im Clicked");
}
return (
<div>
<Button onClick={onClick}>Button label</Button>
</div>
);
}
export default Component;
FAQs
A set of React components based on SEB design library guidelines for mobile and web React applications
We found that @sebgroup/react-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.

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.