Node.js modules

You can use require to include any of the following Node.js packages in your Codehook.

  • lodash
  • request
  • async
  • jsonwebtoken
  • remarkable
  • crc-32
  • hat
  • node-fetch
  • crypto
  • crypto-js
  • http

Example use of a Node.js module in your Codehook:

// #!/javascript

const lodash = require('lodash')

...

lodash.each(...)

If you need other packages than the whitelist above, please contact us and we will consider it to the list.

Read more about packages in Node.js here.