File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/cbor" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " CBOR encoder and decoder" ,
55 "main" : " ./lib/cbor.js" ,
66 "type" : " module" ,
2424 "@stablelib/bytewriter" : " ^2.0.1" ,
2525 "@stablelib/float" : " ^2.0.1" ,
2626 "@stablelib/int" : " ^2.0.1" ,
27- "@stablelib/utf8" : " ^2.0.1 "
27+ "@stablelib/utf8" : " ^2.1.0 "
2828 },
2929 "devDependencies" : {
3030 "@stablelib/benchmark" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/scrypt" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Scrypt sequential memory-hard key derivation function (RFC 7914)" ,
55 "main" : " ./lib/scrypt.js" ,
66 "type" : " module" ,
2929 "devDependencies" : {
3030 "@stablelib/base64" : " ^2.0.1" ,
3131 "@stablelib/benchmark" : " ^2.0.0" ,
32- "@stablelib/utf8" : " ^2.0.1 " ,
32+ "@stablelib/utf8" : " ^2.1.0 " ,
3333 "@types/node" : " ^18.7.6"
3434 }
3535}
Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/snappy" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Snappy compression algorithm" ,
55 "main" : " ./lib/snappy.js" ,
66 "type" : " module" ,
2222 "devDependencies" : {
2323 "@stablelib/benchmark" : " ^2.0.0" ,
2424 "@stablelib/hex" : " ^2.0.1" ,
25- "@stablelib/utf8" : " ^2.0.1 " ,
25+ "@stablelib/utf8" : " ^2.1.0 " ,
2626 "@types/node" : " ^18.7.6"
2727 }
2828}
Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/utf8" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " UTF-8 encoder and decoder" ,
55 "main" : " ./lib/utf8.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments