
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@rummy-react-ui/core
Advanced tools
Create your application with free and useful components with React based on the RummyUI design.
Our packages are in ALPHA version, which means there can be some small bugs that we try to find and fix. If you find issues we will very much appreciate it if you will add new topic in our github issues. We will add some new features/components to improve our packages to the easy and fast development in the near future.
HAPPY CODING! 🔥
Here is our website documentation.
You can find our packages in the npm.
// npm
npm i @rummy-react-ui/core @emotion/styled @emotion/react
// yarn
yarn add @rummy-react-ui/core @emotion/styled @emotion/react
The full information about usage Rummy React UI you can find here.
Below is showed a simple React application which showing how to easy and fast use our basic component.
import React from 'react';
import ReactDOM from 'react-dom';
import { RUIButton } from '@rummy-react-ui/core';
// or
// import RUIButton from '@rummy-react-ui/core/Button';
function App() {
return <RUIButton>Button</RUIButton>;
}
ReactDOM.render(<App />, document.querySelector('#app'));
Here you can find our information about latest updates or on the website.
This project is licensed under the terms of the MIT license.
FAQs
General react components based on the Rummy React UI design
We found that @rummy-react-ui/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.