New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nexrender/action-compress

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexrender/action-compress

(alpha version)

latest
npmnpm
Version
1.62.0
Version published
Maintainers
1
Created
Source

Action Compress

(alpha version)

Compress any files from the project work directory to the archive.

Installation

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

Usage

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 supported
  • input - array of files to compress, can be a glob pattern, can be name of a folder, file or image sequence name
  • output - 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",
            }
        ]
    }
}

License

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

Package last updated on 29 Jun 2025

Did you know?

Socket

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.

Install

Related posts