A polyfill for the new Node.js Buffer constructor APIs
npm install buffer-safeUsage: require('buffer-safe')
The module adds the new alloc, allocUnsafe, and from methods to theBuffer object if they do not currently exist. The added functions
approximate the implementations in v6.