Socket
Book a DemoInstallSign in
Socket

node-red-contrib-zip

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-zip

Node-RED node to create and read ZIP files

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
3
Created
Source

node-red-contrib-zip

Node-RED node to create and read ZIP files. Based on jszip

A function that parses the msg.payload to convert a Buffer to/from a ZIP object. Places the result back into the payload.

If Mode is Compress, the output is always a Buffer with a ZIP content, and the input payload can be one of the following:

  • Buffer/String: The payload is compressed as a single file in the resulting ZIP. The Filename specifies the name of this file, or can be specified with msg.filename if the configuration is left empty
  • Array: An array of objects containing filename as a String and payload as a Buffer/String, each representing one file in the resultiing zip

If Mode is Decompress, the input payload is expected to be a Buffer, and the output is an Array with objects containing filename as a String and payload as a Buffer

License

Copyright 2017-2020 Guilherme Francescon Cittolin, Apache 2.0 license.

Keywords

zip

FAQs

Package last updated on 09 Dec 2020

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