You use `process.binding` in [lib/adduser.js#L11](https://github.com/rlidwka/yapm/blob/v2.4.1/lib/adduser.js#L11). There is an ongoing discissuon on deprecating it: https://github.com/nodejs/node/pull/2768, that code should be rewritten without `process.binding`. It should be fairly simple, I guess.
You use
process.bindingin lib/adduser.js#L11.There is an ongoing discissuon on deprecating it: nodejs/node#2768, that code should be rewritten without
process.binding.It should be fairly simple, I guess.