Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@operational/components
Advanced tools
Building blocks for effective operational user interfaces
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 1,631 weekly downloads. As such, @operational/components popularity was classified as 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.