Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@msgpack/msgpack

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@msgpack/msgpack - npm Package Versions

1
7

1.4.1

Diff

Changelog

Source

v1.4.1 2019/06/22

https://github.com/msgpack/msgpack-javascript/compare/v1.4.0...v1.4.1

  • Improved entrypoints for browsers:
    • Build as UMD
    • Minidifed by default
gfx
published 1.4.0 •

Changelog

Source

v1.4.0 2019/06/12

https://github.com/msgpack/msgpack-javascript/compare/v1.3.2...v1.4.0

  • Added sortKeys: boolean option to encode() for canonical encoding #64
  • Fixed RangeError in encoding BLOB #66
gfx
published 1.3.2 •

Changelog

Source

v1.3.2 2019/06/04

https://github.com/msgpack/msgpack-javascript/compare/v1.3.1...v1.3.2

  • Fix typings for older TypeScript #55
gfx
published 1.3.1 •

Changelog

Source

v1.3.1 2019/06/01

https://github.com/msgpack/msgpack-javascript/compare/v1.3.0...v1.3.1

  • Fix missing exports of decodeStream()
gfx
published 1.3.0 •

Changelog

Source

v1.3.0 2019/05/29

https://github.com/msgpack/msgpack-javascript/compare/v1.2.3...v1.3.0

  • Add decodeArrayStream() to decode an array and returns AsyncIterable<unknown> #42
  • Add decodeStream() to decode an unlimited data stream #46
  • Let decodeAsync() and decodeArrayStream() to take ReadalbeStream<Uint8Array | ArrayLike<number>> (whatwg-streams) #43
gfx
published 1.2.3 •

Changelog

Source

v1.2.3 2019/05/29

https://github.com/msgpack/msgpack-javascript/compare/v1.2.2...v1.2.3

  • More optimizations for string decoding performance
gfx
published 1.2.2 •

Changelog

Source

v1.2.2 2019/05/29

https://github.com/msgpack/msgpack-javascript/compare/v1.2.1...v1.2.2

  • Improved array decoding performance (#32 by @sergeyzenchenko)
  • Improved string decoding performance with TextDecoder (#34 by @sergeyzenchenko)
gfx
published 1.2.1 •

Changelog

Source

v1.2.1 2019/05/26

https://github.com/msgpack/msgpack-javascript/compare/v1.2.0...v1.2.1

  • Reduced object allocations in encode()
gfx
published 1.2.0 •

Changelog

Source

v1.2.0 2019/05/25

https://github.com/msgpack/msgpack-javascript/compare/v1.1.0...v1.2.0

  • Shipped with WebAssembly (#26)
  • Fix handling strings to keep lone surrogates
  • Fix issues in decoding very large string, which caused RangeError
gfx
published 1.1.0 •

Changelog

Source

v1.1.0 2019/05/19

https://github.com/msgpack/msgpack-javascript/compare/v1.0.0...v1.1.0

  • Add options to decode() and decodeAsync(): maxStrLength, maxBinLength, maxArrayLength, maxMapLength, and maxExtLength to limit max length of each item
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc