Closed jharrilim closed 5 years ago
This PR removes safe-buffer as it is no longer needed since the node versions which required it are EOL. https://github.com/nodejs/node/issues/4660#issuecomment-222420260
As per the releases page, The tested versions will now include the following:
Also updated syntax to use const/let (can now be used as it has full support from 6.4 and up).
Thanks, but I want to support those Node.js versions.
Summary
This PR removes safe-buffer as it is no longer needed since the node versions which required it are EOL. https://github.com/nodejs/node/issues/4660#issuecomment-222420260
As per the releases page, The tested versions will now include the following:
Also updated syntax to use const/let (can now be used as it has full support from 6.4 and up).