JSPM

@ably/msgpack-js

0.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 674792
  • Score
    100M100P100Q198002F
  • License Apache-2.0

msgpack encoder and decoder in pure javascript based on creationix/msgpack-js updated to match the new v5 specification with string support.

Package Exports

  • @ably/msgpack-js
  • @ably/msgpack-js/msgpack.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ably/msgpack-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

msgpack-js

This is a second-generation fork of msgpack-js.

Original version: creationix/msgpack-js

First fork: chakrit/msgpack-js, porting to msgpack v5

Second fork: paddybyers at ably-forks/msgpack-js, adding a 'sparse' encoding option, updating buffer handling, adding some extra guards and safety checks, and other fixes.

Installing

$ npm i @ably/msgpack-js