File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/aes-kw" ,
3- "version" : " 0 .0.9 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " AES KW (Advanced Encryption Standard Key Wrapping)" ,
55 "main" : " ./lib/aes-kw.js" ,
66 "typings" : " ./lib/aes-kw.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/nacl" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Implementation of secretbox and box from NaCl (Networking and Cryptography Library)" ,
55 "main" : " ./lib/nacl.js" ,
66 "typings" : " ./lib/nacl.d.ts" ,
1919 "@stablelib/random" : " ^1.0.0" ,
2020 "@stablelib/wipe" : " ^1.0.0" ,
2121 "@stablelib/x25519" : " ^1.0.0" ,
22- "@stablelib/xsalsa20" : " ^1.0.0 "
22+ "@stablelib/xsalsa20" : " ^1.0.1 "
2323 },
2424 "devDependencies" : {
2525 "@stablelib/benchmark" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/salsa20" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Salsa20 stream cipher" ,
55 "main" : " ./lib/salsa20.js" ,
66 "typings" : " ./lib/salsa20.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @stablelib/xsalsa20" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " XSalsa20 (eXtended-nonce Salsa20) stream cipher" ,
55 "main" : " ./lib/xsalsa20.js" ,
66 "typings" : " ./lib/xsalsa20.d.ts" ,
1616 },
1717 "dependencies" : {
1818 "@stablelib/binary" : " ^1.0.0" ,
19- "@stablelib/salsa20" : " ^1.0.0 " ,
19+ "@stablelib/salsa20" : " ^1.0.1 " ,
2020 "@stablelib/wipe" : " ^1.0.0"
2121 },
2222 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments