
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.
@operational/components
Advanced tools
The @operational/components
package contains simple, stateless UI building blocks - your typical input fields, buttons, cards, grids, and so on. See demo and docs.
Install the package via npm or yarn:
npm install @operational/components
Create your first application like so:
import * as React from "react"
import { Button, OperationalUI } from "@operational/components"
// Always wrap your interface in the `OperationalUI` wrapper,
// which does important setup work, and takes a single child element.
// See https://www.npmjs.com/package/%40operational%2Fcomponents
const App = () => (
<OperationalUI>
<Button>Hello</Button>
</OperationalUI>
)
To get started contributing, please check out our contributing guidelines.
FAQs
Building blocks for effective operational user interfaces
The npm package @operational/components receives a total of 802 weekly downloads. As such, @operational/components popularity was classified as not popular.
We found that @operational/components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
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.