
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@pandacss/is-valid-prop
Advanced tools
[1.2.0] - 2025-08-27
Global CSS: Added reset styles for ::selection
pseudo element that maps to --global-color-selection
css
variable. You can configure it in the globalCss
config.
// panda.config.ts
export default defineConfig({
globalCss: {
html: {
'--global-color-selection': 'colors.gray.300',
},
},
})
JSX Styled Factory: Added support for unstyled
prop in the styled
factory, allowing users to opt out of recipe
styles as needed.
const Notice = styled('div', {
base: {
bg: 'red',
color: 'white',
},
})
// This will remove the recipe styles and only apply the inline styles
<Notice unstyled bg="pink" color="green">
Hello
</Notice>
Focus Ring Utilities: Introduced new utilities for managing focus rings with focusRing
and focusVisibleRing
properties to the @pandacss/preset-base
preset.
<div
className={css({
focusRing: 'outside',
focusVisibleRing: 'inside',
focusRingColor: 'blue.300',
})}
>
Click me
</div>
focusRing
: Style focus states using &:is(:focus, [data-focus])
selector with outside
, inside
, mixed
, or
none
values.focusVisibleRing
: Style keyboard-only focus using &:is(:focus-visible, [data-focus-visible])
selectorfocusRingColor
, focusRingWidth
, focusRingStyle
, and focusRingOffset
for fine-tuned control--global-color-focus-ring
in global CSSTheme: Add 4.5
spacing and sizing tokens to the @pandacss/preset-panda
preset.
FAQs
Common error messages for css panda
The npm package @pandacss/is-valid-prop receives a total of 313,506 weekly downloads. As such, @pandacss/is-valid-prop popularity was classified as popular.
We found that @pandacss/is-valid-prop 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.