
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.
@9am/fire-flame-react
Advanced tools
https://user-images.githubusercontent.com/1435457/181478598-803a9822-247f-44e2-8643-3de775900153.mov
| Package | Status | Description | Installation | Live Demo |
|---|---|---|---|---|
| @9am/fire-flame | Vanilla JS | npm install @9am/fire-flame | ||
| @9am/fire-flame-element | Web Component | npm install @9am/fire-flame-element | ||
| @9am/fire-flame-react | React Component | npm install @9am/fire-flame-react |
@9am/fire-flameimport { FireFlame } from '@9am/fire-flame';
const ff = new FireFlame(document.querySelector('#container'), { /* option */ });
@9am/fire-flame-elementimport '@9am/fire-flame-element';
// HTML
<fire-flame option='/* JSON.stringify(option) */'></fire-flame>
@9am/fire-flame-reactimport { FireFlame } from '@9am/fire-flame-react';
// JSX
<FireFlame option={/* option */}></FireFlame>
| Name | Type | Default | Description |
|---|---|---|---|
painter | 'canvas' | 'svg' | 'canvas' | the renderer for fire flame |
w | number | 400 | width |
h | number | 400 | height |
x | number | 0 | position x |
y | number | 0 | position y |
mousemove | boolean | true | enable mousemove |
fps | number | 60 | render fps |
wind | Vector | new Vector({ x: 0, y: -0.8 }) | the Vector force applied to particles |
friction | number | 0.98 | the friction applied to particles |
particleNum | number | 15 | the number of particle to draw the flame |
particleDistance | number | 10 | the distance between particles |
particleFPS | number | 10 | particle spawn fps |
sizeCurveFn | function | () => x > 0.7 | define the size of the flame |
innerColor | string | 'blue' | flame color inner |
outerColor | string | 'blueviolet' | flame color outer |
.start()Start fire flame.
.stop()Stop fire flame.
.setOption(option)Update fire flame options.
.destroy()Destroy fire flame.
FAQs
A fire flame library.
We found that @9am/fire-flame-react demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.