- Notifications
You must be signed in to change notification settings - Fork 170
Pull requests: msgpack/msgpack-javascript
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
implement maxStrLength/maxBinLen/maxArrayLen/maxMapLen/maxExtLen options to safely decode untrusted bytes
#28 by gfx was merged May 18, 2019 Loading…
improve: more smart conditions of string decoding functions
#39 by gfx was merged May 29, 2019 Loading…
add decodeTimestampToTimeSpec() to register custom timestamp ext handlers Feature
#40 by gfx was merged May 29, 2019 Loading…
support whatwg-stream.ReadableStream as decodeAsync() input source Feature
#43 by gfx was merged May 30, 2019 Loading…
Export Decoder and Encoder for direct usage Feature
#45 by sergeyzenchenko was merged May 30, 2019 Loading…
simplify type of decode()'s first arg; ArrayLike<number> includes Uint8Array, anyway Docs
#51 by gfx was merged May 31, 2019 Loading…
decodeStream() is missing in export list in src/index.ts Bugfix
#52 by gfx was merged May 31, 2019 Loading…
Cached string decoder for map keys (CachedKeyDecoder) Perf Improvement
#54 by sergeyzenchenko was merged Aug 2, 2019 Loading…
ProTip! Add no:assignee to see everything that’s not assigned.