
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.
@nexrender/action-compress
Advanced tools
(alpha version)
Compress any files from the project work directory to the archive.
If you are using binary version of the nexrender, there is no need to install the module, it is included in the binary build.
npm i @nexrender/action-compress -g
When creating your render job provide this module as one of the prerender actions:
Options:
format - format of the archive to compress, currently only zip is supportedinput - array of files to compress, can be a glob pattern, can be name of a folder, file or image sequence nameoutput - name of the output archive// job.json
{
"actions": {
"prerender": [
{
"module": "@nexrender/action-compress",
"format": "zip",
"input": [
"project.aep",
"results__[#####].png",
"output_dir"
],
"output": "output.zip",
}
]
}
}
Please refer to the LICENSE file for more information. Unlike the main nexrender project, this plugin is licensed under the AGPL-3.0 license.
FAQs
(alpha version)
We found that @nexrender/action-compress 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.

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.