
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
buffer-to-arraybuffer
Advanced tools
Convert Buffer to ArrayBuffer
npm install buffer-to-arraybuffer
var bufferToArrayBuffer = require('buffer-to-arraybuffer');
var b = new Buffer(12);
b.write('abc', 0);
var ab = bufferToArrayBuffer(b);
String.fromCharCode.apply(null, new Uint8Array(ab)); // 'abc'
NOTE: If you only target node v4.3+
, you can simply just do:
new Buffer([12]).buffer
MIT
FAQs
Convert Buffer to ArrayBuffer
The npm package buffer-to-arraybuffer receives a total of 325,186 weekly downloads. As such, buffer-to-arraybuffer popularity was classified as popular.
We found that buffer-to-arraybuffer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.