New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@msgpack/msgpack

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@msgpack/msgpack - npm Package Versions

1
57

1.3.0

Diff

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
gfx
published 1.0.1 •

Changelog

Source

v1.0.1 2019/05/12

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

  • Fix IE11 incompatibility
gfx
published 1.0.0 •

Changelog

Source

v1.0.0 2019/05/11

  • Initial stable release
gfx
published 0.16.1 •

gfx
published 0.16.0 •

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