
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
A modern React component library built with TypeScript and React 19.
npm install sureact19
# or
yarn add sureact19
# or
pnpm add sureact19
A stylish heading component with optional gradient underline.
import React from 'react';
import { H1 } from 'sureact19';
function App() {
return (
<div>
{/* Default H1 with gradient underline */}
<H1>Welcome to SureAct19</H1>
{/* H1 without underline */}
<H1 notUnderlineColor>Clean Heading</H1>
</div>
);
}
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | Content to display in the heading |
notUnderlineColor | boolean | false | If true, removes the gradient underline |
# Clone the repository
git clone <repository-url>
cd sureact19
# Install dependencies
pnpm install
pnpm build
- Build the librarypnpm build:watch
- Build in watch modepnpm test
- Run testspnpm test:watch
- Run tests in watch modepnpm test:coverage
- Run tests with coverage reportpnpm lint
- Lint codepnpm lint:fix
- Fix linting issuespnpm format
- Format code with Prettierpnpm format:check
- Check code formattingThis project uses Jest with React Testing Library for testing. All components have comprehensive test coverage.
# Run all tests
pnpm test
# Run tests in watch mode
pnpm test:watch
# Generate coverage report
pnpm test:coverage
MIT License - see LICENSE file for details.
Modern browsers that support ES2020+ features.
FAQs
A React component library with TypeScript support
We found that sureact19 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.