Hi re: https://blog.meteor.com/announcing-meteor-1-6-abf30f29e2c6 and Specifically the Breaking Changes like:
“Deprecated new Buffer() in favor of a few newly added Buffer APIs: Buffer.from(), Buffer.alloc() and Buffer.allocUnsafe().”
For example the aws-sdk
is riddled with new Buffer
.
I am a bit confused, as after upgrading my code still seems to work, I think. (ie not sure if it’s hitting the AWS new Buffer code.
Anyway, any guidance here appreciated (Thanks)