
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@planview/pv-utilities
Advanced tools
Implementation of Planview Design System Utilities following the specification.
Go to the official documentation for more details
You can install @planview/pv-utilities in multiple ways:
npm install styled-components --save # peerDependency
npm install @planview/pv-utilities --save
yarn add styled-components # peerDependency
yarn add @planview/pv-utilities
import React from 'react'
import styled from 'styled-components'
// Set of elemental, reusable styles such as colors, sizes, spacing, text...
import { color, size } from '@planview/pv-utilities'
// You can use pv-utilities with a styled component...
const StyledButton = styled.div`
background-color: ${color.greenRegular};
`
function Component() {
return (
// ...or with a regular dom element
<div style={{ padding: `${spacing.small}px` }}>
<StyledButton>Click me</StyledButton>
</div>
)
}
FAQs
Set of shared utilities from Planview's Design System
We found that @planview/pv-utilities demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.