- Array Iterator (obsolete - use the Code function starting in version 3.1)
- JSONPath
- HMAC Hashing (obsolete - added in version 3.1.2)
- HTML Entities
- GUID/UUID Generator
This project uses Webpack to compile the node_modules
and Cribl code into a single index.js
file. To compile, run the following commands:
npm install
npm run build
This will run npm install
in all subdirectories and then package each item into the dist
folder.
To run subsequent builds, you can execute:
npm run build:webpack