Skip to content

Node.js Standard Module

The following Node.js standard modules are available for actions. It can be called by explicit reference in an action via a require statement.

ModuleRequireOverviewURL
UtilitiesutilGeneral purposehttps://nodejs.org/api/util.html
URLurlURL string parsinghttps://nodejs.org/api/url.html
QueryStringsquerystringQuery string manipulationhttps://nodejs.org/api/querystring.html
BufferbufferBinary datahttps://nodejs.org/api/buffer.html
CryptocryptoEncryption functionshttps://nodejs.org/api/crypto.html
ZLIBzlibData compression, decompressionhttps://nodejs.org/api/zlib.html