The jotform node module made use of "node-uuid" in the past for generating uuids. This package has been deprecated (https://www.npmjs.com/package/node-uuid) in favor of "uuid" (https://www.npmjs.com/package/uuid). Deprecation warnings related to jotforms use of the "node-uuid" are mucking up test/process logs and should be swapped out for "uuid".
The jotform node module made use of "node-uuid" in the past for generating uuids. This package has been deprecated (https://www.npmjs.com/package/node-uuid) in favor of "uuid" (https://www.npmjs.com/package/uuid). Deprecation warnings related to jotforms use of the "node-uuid" are mucking up test/process logs and should be swapped out for "uuid".