
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.
npm install @9am/flipr
<ol id="content">
<li>1111111111</li>
<li>2222222222</li>
<li>3333333333</li>
<li>4444444444</li>
</ol>
import Flipr from '@9am/flipr';
import '@9am/flipr/style.css';
const flipr = new Flipr({
/* FliprOptions */
w: 600,
h: 400,
content: document.querySelector('#content'),
tHint: 'tr',
});
// append dom
document.body.appendChild(flipr.dom);
| Name | Type | Default | Description |
|---|---|---|---|
w | number | required* | book width |
h | number | required* | book height |
content | HTMLElement | required* | the content element whose children will be used to render book |
ph | number | 0 | book padding horizontal |
pv | number | 0 | book padding vertical |
align | 'horizontal' | 'vertical' | 'horizontal' | book layout |
pageNum | number | 0 | default page num |
tSize | number | 100 | trigger area size |
tHint | 'tl' | 'tr' | 'bl' | 'br' | '' | '' | show hint trigger area before user interaction |
tHintInterval | number | 1000 | hint animation interval in ms |
| Name | Type | Default | Description |
|---|---|---|---|
--flipr-padding | css <padding> | 20px | page padding |
--flipr-bg | css <background> | white | page background |
FAQs
A flipping book library.
We found that @9am/flipr 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.