issues
search
msgpack
/
msgpack-javascript
@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
https://msgpack.org/
ISC License
1.3k
stars
162
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to run benchmark
#246
fabriph
opened
1 week ago
0
Implement Alignment Support for Custom Extensions in Encoder/Decoder
#245
EddiG
opened
3 months ago
0
update dependencies
#244
gfx
closed
3 months ago
0
Update @msgpack/msgpack to 2.8.0
#243
OkuruchiDan
opened
4 months ago
0
Update fetch-example.html to match ReadMe example
#242
Zentrik
closed
3 months ago
1
Error in ExtensionCodec.ts?
#241
ste-gr
opened
8 months ago
0
Need support bigint
#240
baryon
closed
4 months ago
4
feat: Expand bigint support to have more configurability
#239
robdmoore
closed
10 months ago
0
Added a missing dev dependency `msg-timestamp`
#238
genki
closed
3 months ago
1
Deduplicate exports in index.js
#237
nedredmond
closed
6 months ago
0
Encoder / Decoder classes dont work with `new ExtensionCodec()` for handling Set and Map in typescript
#236
noahehall
opened
1 year ago
0
Allow decoding raw strings
#235
jasonpaulos
opened
1 year ago
0
fix CI, add node v20, remove node v14
#234
gfx
closed
1 year ago
1
Add an example for deno to import `npm:@msgpack/msgpack`
#233
gfx
closed
1 year ago
0
add deno example with `import 'npm:@msgpack/msgpack'`
#232
benatkin
closed
1 year ago
1
npm `latest` tag on `3.0.0-beta`
#231
keisukekomeda
opened
1 year ago
0
Decoding of 32 bit floats is not precise
#230
ThetaSinner
opened
1 year ago
3
perf: deno compatible
#229
idranme
closed
1 year ago
2
Reuse stack states during decoding to optimize GC load
#228
sergeyzenchenko
closed
1 year ago
1
error on https://msgpack.org/
#227
da0ka
opened
1 year ago
0
Invalid integer string convertion from PHP serialized .msgpack
#226
RemiLelaidier
opened
1 year ago
1
Fix ExtensionCodec example so it recurses.
#225
jcc10
closed
1 year ago
2
let Encoder and Decoder accept named params as encode() and decode() do
#224
gfx
closed
1 year ago
1
optional BigInt support: map BigInt to int64/uint64 when `useBigInt64` is set to true
#223
gfx
closed
1 year ago
2
can i override the int64 decoder?
#222
CHOYSEN
closed
1 year ago
0
Drop IE11 support & no env access for Deno
#221
gfx
closed
1 year ago
1
There has a way to decode extension type from another language?
#220
Keony1
closed
1 year ago
3
feature request: option to disable TEXT_ENCODING env check
#219
andykais
closed
1 year ago
4
migration to ESM
#218
gfx
closed
1 year ago
1
avoid using typescript-specific language extensions (const enum)
#217
gfx
closed
2 years ago
1
Non reversible timestamp encoding
#216
pragmasoft-ua
closed
1 year ago
1
RangeError: Start offset undefined is outside the bounds of the buffer
#215
vera-wcy
closed
2 years ago
3
Cannot find module
#214
idranme
closed
2 years ago
0
fix #212; Let Encoder#encode() return a copy of the internal buffer
#213
gfx
closed
2 years ago
1
Encoder Reuse Bug?
#212
turnerEP
closed
2 years ago
2
Add BigInt support
#211
jasonpaulos
opened
2 years ago
5
use Array.prototype.at()
#210
gfx
closed
2 years ago
1
[doc] clarify the edge cases where the input buffer is empty
#209
gfx
closed
2 years ago
2
use codeql actions @v2
#208
gfx
closed
2 years ago
1
add deno-with-jsdeliver as an example deno script
#207
gfx
closed
2 years ago
1
[ci] add nodejs v18 to the matrix
#206
gfx
closed
2 years ago
0
How to solve the problem of large integer accuracy loss
#205
weijian-zhu
closed
2 years ago
0
[ci] update workflow settings
#204
gfx
closed
2 years ago
1
[CI] set security-events: write for CodeQL workflow
#203
gfx
closed
2 years ago
0
How can we convert the msgpack-encoded str back to the origin info
#202
meloalright
closed
2 years ago
2
raw_ref type?
#201
brandonros
closed
2 years ago
2
Handle the case where process.env does not exists (but process exists)
#200
gfx
closed
2 years ago
1
Check process.env exists
#199
masaha03
closed
2 years ago
5
[bug] decode throws RangeError on empty Uint8Array
#198
mrl5
closed
2 years ago
2
add nodejs v17 to CI scenarios
#197
gfx
closed
2 years ago
1
Next