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

13
7

2.5.1

Diff

Changelog

Source

v2.5.1 2021/03/21

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

  • Fixed the ESM package's dependencies
gfx
published 2.5.0 •

Changelog

Source

v2.5.0 2021/03/21

https://github.com/msgpack/msgpack-javascript/compare/v2.4.1...v2.5.0

  • Throws DecodeError in decoding errors
  • Rejects __proto__ as a map key, throwing DecodeError
    • Thank you to Ninevra Leanne Walden for reporting this issue
  • Added tslib as a dependency
gfx
published 2.4.1 •

Changelog

Source

v2.4.1 2021/03/01

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

  • Fixed a performance regression that TextEncoder and TextDecoder were never used even if available (reported as #157 by @ChALkeR)
gfx
published 2.4.0 •

Changelog

Source

v2.4.0 2021/02/15

https://github.com/msgpack/msgpack-javascript/compare/v2.3.1...v2.4.0

  • Renamed decodeStream() to decodeMultiStream()
    • decodeStream() is kept as a deprecated function but will be removed in a future
  • Added decodeMulti(), a synchronous variant for decodeMultiStream() (thanks to @Bilge for the request in #152)
  • Improved decodeAsync() and its family to accept BufferSource (thanks to @rajaybasu for the suggestion in #152-issuecomment-778712021))
gfx
published 2.3.1 •

Changelog

Source

v2.3.1 2021/02/13

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

  • Fixed a lot of typos
  • Update dev environment:
    • Migration to GitHub Actions
    • Upgrade Webpack from v4 to v5
    • Enable noImplicitReturns and noUncheckedIndexedAccess in tsconfig
gfx
published 2.3.0 •

Changelog

Source

v2.3.0 2020/10/17

https://github.com/msgpack/msgpack-javascript/compare/v2.2.1...v2.3.0

  • Change the extension of ESM files from .js to .mjs #144
  • Make the package work with strictNullChecks: false #139 by @bananaumai
gfx
published 2.2.1 •

Changelog

Source

v2.2.1 2020/10/11

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

  • Fix package.json for webpack to use module field
gfx
published 2.2.0 •

Changelog

Source

v2.2.0 2020/10/04

https://github.com/msgpack/msgpack-javascript/compare/v2.1.1...v2.2.0

  • Now package.json has a module field to support ES modules
gfx
published 2.1.1 •

Changelog

Source

v2.1.1 2020/10/04

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

  • Fixed typos
  • Refactored the codebase
gfx
published 2.1.0 •

Changelog

Source

v2.1.0 2020/09/21

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

  • Added forceIntegerToFloat option to EncodeOptions by @carbotaniuman (#123)
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