
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Welcome to Rowstack! Our goal is to be the most performant, feature-rich and best looking database component for React.
$ npm i rowstack
import React from "react";
import Table from "rowstack"
function App() {
const columns = [
{ id: 0, name: "Name" },
{ id: 1, name: "Description" },
];
const data = [
{ id: 0, 0: "Sam Altman", 1: "CEO @ Open AI" },
{ id: 1, 0: "Elon Musk", 2: "CEO @ Tesla" },
{ id: 2, 0: "Jeff Bezos", 3: "Founder, Amazon" },
];
return (
<div style={{width: 960, height: 720}}>
<Table columns={columns} data={data} />
</div>
)
}
Join the Discord at https://rowstack.io/discord
FAQs
Unknown package
The npm package rowstack receives a total of 30 weekly downloads. As such, rowstack popularity was classified as not popular.
We found that rowstack 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
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.