The supported Node.js version is 20.19.4
- Transform the output of previous REST, GraphQL or SQL steps
- Write business logic referencing the User Interface Components
- Make HTTP calls via axios
Supported Libraries
Superblocks supports all of the libraries included in Node.js 16. For example, you can use the url module for URL resolution and parsing, or crypto for password hashing and encryption / decryption. To use any of these libraries in backend JavaScript steps, include them with the require() function.


