DEV Community

Cover image for Node 12.19 is out what's new?
Julien Prugne
Julien Prugne

Posted on • Updated on

Node 12.19 is out what's new?

Hello noders,

a new minor version of the LTS node version has just been released.

crypto.randomInt([min, ]max[, callback])

Without the callback it is a synchronous function.

You can now forget Math.random() unsafe calls!

Thanks to @olalonde

2 deprecations

  • module.parent
  • process.umask

Top comments (0)