{"library":"msgpack-lite","type":"library","category":null,"description":"msgpack-lite is a pure JavaScript implementation of the MessagePack serialization format, providing fast encoding and decoding capabilities for both Node.js and web browsers. As of version 0.1.26, it offers synchronous `encode` and `decode` functions, along with streaming interfaces via `createEncodeStream` and `createDecodeStream`. It differentiated itself by claiming performance superior to some C++ MessagePack libraries for Node.js v4, without requiring native C++ compilation (node-gyp). The library supports various input types for decoding, including Node.js `Buffer`, standard JavaScript `Array`, and `Uint8Array`. It was tested on older Node.js versions (v0.10 through v6) and a wide range of browsers, including IE8. The last release was over 8 years ago, indicating it is no longer actively maintained.","language":"javascript","status":"abandoned","version":"0.1.26","tags":["javascript","arraybuffer","buffer","fluentd","messagepack","msgpack","serialize","stream","typedarray"],"install":[{"cmd":"npm install msgpack-lite","imports":["const msgpack = require('msgpack-lite');","const { encode, decode } = require('msgpack-lite'); // Not recommended for direct destructuring\n// Or, preferably:\nconst msgpack = require('msgpack-lite');\nconst encoded = msgpack.encode(data);","const msgpack = require('msgpack-lite');\nconst encodeStream = msgpack.createEncodeStream();"]},{"cmd":"yarn add msgpack-lite","imports":[]},{"cmd":"pnpm add msgpack-lite","imports":[]}],"homepage":null,"github":"https://github.com/kawanet/msgpack-lite","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/msgpack-lite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/msgpack-lite/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}