
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
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.
@echoes-io/books-generator
Advanced tools
LaTeX book generation and compilation system for Echoes.io storytelling platform
LaTeX book generation and compilation system for Echoes.io storytelling platform
The Book Generator provides automated LaTeX compilation for Echoes timeline content, enabling professional book publishing with the Victoria Regia template.
npm install @echoes-io/books-generator
On Ubuntu/Debian:
sudo apt-get install pandoc texlive-latex-base texlive-latex-extra texlive-fonts-recommended
books-generator <contentPath> <outputPath> <timeline> [episodes] [format]
Arguments:
contentPath: Path to timeline content folder (containing chapters/ directory)outputPath: Output PDF file pathtimeline: Timeline name (anima, eros, or bloom)episodes: Optional comma-separated episode numbers (e.g., "1,2,3")format: Optional page format (a4 or a5, default: a4)Example:
# Generate book for Bloom timeline, episode 1, A4 format
books-generator ./docs/bloom ./output/bloom-ep1.pdf bloom "1" a4
# Generate book for all episodes
books-generator ./docs/eros ./output/eros-complete.pdf eros
import { generateBook } from '@echoes-io/books-generator';
await generateBook({
contentPath: './docs/anima',
outputPath: './output/anima.pdf',
timeline: 'anima',
episodes: '1,2,3',
format: 'a4'
});
Your content folder should follow this structure:
timeline-name/
└── chapters/
├── ep01-episode-name/
│ ├── ep01-ch001-chapter-title.md
│ ├── ep01-ch002-chapter-title.md
│ └── ...
├── ep02-episode-name/
│ └── ...
└── ...
The Victoria Regia template includes:
#4ECDC4)#D2001F)#FF69B4)# Install dependencies
npm install
# Build
npm run build
# Test
npm test
# Lint
npm run lint
docs/ to content/ folder structuretitle: Chapter titlepov: Point of view character (for multi-POV timelines)number: Chapter numberepisodeNumber: Episode numbertimelineId: Timeline identifiercontent/timeline/chapters/ instead of docs/timeline/chapters/MIT
Echoes - Multi-POV storytelling platform ✨
FAQs
LaTeX book generation and compilation system for Echoes.io storytelling platform
We found that @echoes-io/books-generator demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

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.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.