node-radius
node-radius copied to clipboard
Fix the use of deprecated Buffer method
The new Buffer is now deprecated and gives an error. I've changed the calls to newer method that it Buffer.alloc
I submitted a patch for this in 2022.