
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@atomicjolt/atomic-elements
Advanced tools
Atomic Elements is a React component library
Atomic Element uses storybook for development / documentation. Access here
To run the Atomic Elements storybook itself
$ yarn storybook:dev
To spin up a React playground to test components
$ yarn playground
$ npm install --save @atomicjolt/atomic-elements
$ yarn add @atomicjolt/atomic-elements
Include the following in your project
import { ElementsProvider } from "@atomicjolt/atomic-elements";
const App = () => (
<ElementsProvider>
<YourApp />
</ElementsProvider>
);
Then, start using components
import React from "react";
import { Button } from "@atomicjolt/atomic-elements";
export default function ExampleComponent() {
return <Button>Click Me!</Button>;
}
FAQs
Atomic Elements is a React component library
The npm package @atomicjolt/atomic-elements receives a total of 123 weekly downloads. As such, @atomicjolt/atomic-elements popularity was classified as not popular.
We found that @atomicjolt/atomic-elements demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.