You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@msgpack/msgpack

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@msgpack/msgpack - npm Package Versions

2345
8

3.1.2

Diff
g
gfx
published 3.1.2 •

Changelog

Source

3.1.2 2025-05-25

https://github.com/msgpack/msgpack-javascript/compare/v3.1.1...v3.1.2

  • Make sure this library works with node --experimental-strip-types
g
gfx
published 3.1.1 •

Changelog

Source

3.1.1 2025-03-12

https://github.com/msgpack/msgpack-javascript/compare/v3.1.0...v3.1.1

  • Stop using Symbol.dispose, which is not yet supported in some environments (#268 by @rijenkii)
g
gfx
published 3.1.0 •

Changelog

Source

3.1.0 2025-02-21

https://github.com/msgpack/msgpack-javascript/compare/v3.0.1...v3.1.0

  • Added support for nonstandard map keys in the decoder (#266 by @PejmanNik)
g
gfx
published 3.0.1 •

Changelog

Source

3.0.1 2025-02-11

https://github.com/msgpack/msgpack-javascript/compare/v3.0.0...v3.0.1

  • Implement a tiny polyfill to Symbol.dispose (#261 to fix #260)
g
gfx
published 3.0.0 •

Changelog

Source

3.0.0 2025-02-07

https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0

  • Set the compile target to ES2020, dropping support for the dists with the ES5 target
  • Fixed a bug that encode() and decode() were not re-entrant in reusing instances (#257)
  • Allowed the data alignment to support zero-copy decoding (#248, thanks to @EddiG)
  • Added an option rawStrings: boolean to decoders (#235, thanks to @jasonpaulos)
  • Optimized GC load by reusing stack states (#228, thanks to @sergeyzenchenko)
  • Added an option useBigInt64 to map JavaScript's BigInt to MessagePack's int64 and uint64 (#223)
  • Drop IE11 support (#221)
  • Change the interfaces of Encoder and Decoder, and describe the interfaces in README.md (#224):
    • new Encoder(options: EncoderOptions): it takes the same named-options as encode()
    • new Decoder(options: DecoderOptions): it takes the same named-options as decode()
g
gfx
published 3.0.0-beta6 •

Changelog

Source

3.0.0-beta6 2025-02-07

https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta5...v3.0.0-beta6

  • Set the compile target to ES2020, dropping support for the dists with the ES5 target
g
gfx
published 3.0.0-beta5 •

Changelog

Source

3.0.0-beta5 2025-02-06

https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta4...v3.0.0-beta5

  • Fixed a bug that encode() and decode() were not re-entrant in reusing instances (#257)
g
gfx
published 3.0.0-beta4 •

Changelog

Source

3.0.0-beta4 2025-02-04

https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta3...v3.0.0-beta4

  • Added Deno test to CI
  • Added Bun tests to CI
  • Allowed the data alignment to support zero-copy decoding (#248, thanks to @EddiG)
g
gfx
published 3.0.0-beta3 •

Changelog

Source

3.0.0-beta3 2025-01-26

https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta2...v3.0.0-beta3

  • Added an option rawStrings: boolean to decoders (#235, thanks to @jasonpaulos)
  • Optimized GC load by reusing stack states (#228, thanks to @sergeyzenchenko)
  • Drop support for Node.js v16
  • Type compatibility with ES2024 / SharedArrayBuffer
g
gfx
published 3.0.0-beta2 •

Changelog

Source

3.0.0-beta2

https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta1...v3.0.0-beta2

  • Upgrade TypeScript compiler to v5.0
2345
8