jshttp / content-disposition

Create and parse HTTP Content-Disposition header
MIT License
224 stars 43 forks source link

Remove safe-buffer, Update Supported Node Versions #26

Closed jharrilim closed 5 years ago

jharrilim commented 5 years ago

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).

dougwilson commented 5 years ago

Thanks, but I want to support those Node.js versions.