
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.
atomic-fuel
Advanced tools
This package contains all of the front-end library code for Atomic Jolt apps. It includes all front-end code that was previously in the client/libs directory.
You should install atomic fuel into each individual app not in the client directory. Just add as a regular dependency.
yarn add atomic-fuel
All of the code is found in the libs folder which has the following structure
libs/
-- actions
-- api
-- communications
-- components
-- constants
-- decorators
-- graphql
-- libs
-- loaders
-- middleware
-- reducers
-- specs_support
-- store
If you wanted to use, for example, libs/store/configure_store.js you would write the following:
import configureStore from 'atomic-fuel/libs/configure_store.js';
Alternatively, there is an index file which simply exports everything for convenience, so you can do this:
import { configureStore } from 'atomic-fuel';
To build the lib folders and types run:
yarn build
Run tests:
yarn test
Run tests with Chrome DevTools (i.e. use debugger in your tests):
chrome://inspectThen you can run tests using:
yarn test:debug
FAQs
Atomic Jolt's front-end library code
The npm package atomic-fuel receives a total of 191 weekly downloads. As such, atomic-fuel popularity was classified as not popular.
We found that atomic-fuel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.