kbajalc / parquets

MIT License
44 stars 21 forks source link

node-int64 dependency has Buffer() security and usability issues #46

Open i4rilu opened 1 year ago

i4rilu commented 1 year ago

node-int64 dependency has published 8 years ago and it's GitHub repository is in archived stated now.

It has Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. issue unresolved.

Are there any plans to migrate to BigInt or some other alternative?