
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@mesaic/react-atomic
Advanced tools

Atomic CSS inspired React components that don't bloat your DOM.
<Padding all={2}>
<BackgroundColor color='primary'>
<Color color='textColorOnPrimary'>
Foo
</Color>
</BackgroundColor>
</Padding>
<div class="
padding-left-2_3uQ
padding-right-2_3jc
padding-top-2_16R
padding-bottom-2_3Fi
background-color-accent_JJQ
color-textColorOnPrimary-_4ij
">Foo</div>
This package expects your consuming environment to be setup in a particular way.
(1) Variable names passed into createReplacements are expected to be available as css vars;
you should include these in your css somewhere. Example:
createReplacements({foregroundColors: ['baseColor', 'secondaryTextColor'], backgroundColors: ['primaryColor', 'secondaryColor']})
implies that the following css variable definitions should exist in your consumer CSS:
:root {
/* arbitrary values chosen here */
--baseColor: #333;
--secondaryTextColor: #777;
--primaryColor: blue;
--secondaryColor: red;
}
(2) The following
To run that demo on your own computer:
npm installnpm run storybookFAQs
Atomic CSS as React components.
We found that @mesaic/react-atomic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.