
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
lzo-decompress
Advanced tools
Use LZO for decompression on Node.js
lzo-decompress
is an N-API wrapper around the LZO implementation of FFMpeg's libavutil library. It uses version 3 of N-API which is only available on Node v10 and higher. v0.1.2 works in Electron v3, while v1.0.0 works in Electron v4 and higher.
This software uses code of FFmpeg licensed under the LGPLv3 and its source can be downloaded here.
const lzo = require('lzo-decompress');
lzo.decompress(input, length);
yarn prebuild
yarn prebuild-ia32
(for 32-bit versions)On macOS, you may need to do brew install ffmpeg
first.
The following steps will update the module on Yarn/NPM:
yarn version
git push && git push --tags
prebuildify-ci download
npm publish
Note that you need to yarn global add prebuildify-ci
to get the prebuilds.
If for some reason you need to rebuild the shared libraries, use the ffmpeg-windows-build-helpers script to build LGPL-licensed 32-bit and 64-bit cross-compiled shared libraries as follows:
./cross_compile_ffmpeg.sh --enable-gpl=n --build-ffmpeg-shared=y --compiler-flavors=multi
FAQs
LZO decompression using Node.js
The npm package lzo-decompress receives a total of 27 weekly downloads. As such, lzo-decompress popularity was classified as not popular.
We found that lzo-decompress 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.