Closed Charsy89 closed 4 years ago
Using Buffer() is deprecated because of security/usability issues. This fixes a line in packet/DynamicBuffer.js to use Buffer.alloc instead, as instructed by this page in the NodeJS documentation.
Okay, sorry to trouble you.
hi vram
Using Buffer() is deprecated because of security/usability issues. This fixes a line in packet/DynamicBuffer.js to use Buffer.alloc instead, as instructed by this page in the NodeJS documentation.