Socket
Socket
Sign inDemoInstall

@msgpack/msgpack

Package Overview
Dependencies
0
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

3.0.0-beta2

Diff

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
gfx
published 3.0.0-beta1 •

Changelog

Source

3.0.0-beta1

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

  • Add 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()
gfx
published 2.8.0 •

Changelog

Source

2.8.0 2022-09-02

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

  • Let Encoder#encode() return a copy of the internal buffer, instead of the reference of the buffer (fix #212).
    • Introducing Encoder#encodeSharedRef() to return the shared reference to the internal buffer.
gfx
published 2.7.2 •

Changelog

Source

2.7.2 2022/02/08

https://github.com/msgpack/msgpack-javascript/compare/v2.7.1...v2.7.2

  • Fix a build problem in Nuxt3 projects #200 reported by (reported as #199 in @masaha03)
gfx
published 2.7.1 •

Changelog

Source

2.7.1 2021/09/01

https://github.com/msgpack/msgpack-javascript/compare/v2.7.0...v2.7.1

  • No code changes
  • Build with TypeScript 4.4
gfx
published 2.7.0 •

Changelog

Source

2.7.0 2021/05/20

https://github.com/msgpack/msgpack-javascript/compare/v2.6.3...v2.7.0

  • Made sure timestamp decoder to raise DecodeError in errors
    • This was found by fuzzing tests using jsfuzz
  • Tiny optimizations and refactoring
gfx
published 2.6.3 •

Changelog

Source

2.6.3 2021/05/04

https://github.com/msgpack/msgpack-javascript/compare/v2.6.2...v2.6.3

  • Added mod.ts for Deno support
gfx
published 2.6.2 •

Changelog

Source

2.6.2 2021/05/04

https://github.com/msgpack/msgpack-javascript/compare/v2.6.1...v2.6.2

  • Improve Deno support (see example/deno-*.ts for details)
gfx
published 2.6.1 •

Changelog

Source

2.6.1 2021/05/04

https://github.com/msgpack/msgpack-javascript/compare/v2.6.0...v2.6.1

  • Recover Decoder instance states after DecodeError (mitigating #160)
gfx
published 2.6.0 •

Changelog

Source

2.6.0 2021/04/21

https://github.com/msgpack/msgpack-javascript/compare/v2.5.1...v2.6.0

  • Revert use of tslib (added in 2.5.0) to fix #169
234567Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc