Some npm modules really confuse me.
One is a wrapper on the core crypto library. In the sense of:
module.exports = require('crypto')
and one is a wrapper on a single one-line function that just calls a function in another library with the same arguments it is passed.
This seems gratuitous.