
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Don't miss learning opportunities. Life is too short.
pdf2speech
converts PDF to mp3 audio with text-to-speech engine.
It allows you to read PDF books while you are walking.
Currently I am testing to convert O'reilly books to audio. example.js
successfully converted "Database Reliability Engineering" book. I guess formats of the animal books of O'reilly are generally same so it works for the other books as well.
pdf2speech
currently supports AWS Polly only as text-to-speech engine. Be sure to set up AWS credentials correctly.
pdf2speech
uses Node.js and ES2016 syntax. Install Node.js with proper version.
clone pdf2speech
.
git clone git@github.com:TanUkkii007/pdf2speech.git
npm install
node example.js path/to/pdf
This command generates several mp3 files. To concatenate these files, run cat
command.
cat out-*.mp3 > combined.mp3
FAQs
Don't miss learning opportunities. Life is too short.
We found that pdf2speech 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.