mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
493 stars 76 forks source link

Catch sparse arrays #92

Closed ninevra closed 3 years ago

ninevra commented 3 years ago

Closes #91 by detecting sparse arrays in encode() and throwing an error.