File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stablelib/aes-kw" ,
3
- "version" : " 0 .0.9 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " AES KW (Advanced Encryption Standard Key Wrapping)" ,
5
5
"main" : " ./lib/aes-kw.js" ,
6
6
"typings" : " ./lib/aes-kw.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stablelib/nacl" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Implementation of secretbox and box from NaCl (Networking and Cryptography Library)" ,
5
5
"main" : " ./lib/nacl.js" ,
6
6
"typings" : " ./lib/nacl.d.ts" ,
19
19
"@stablelib/random" : " ^1.0.0" ,
20
20
"@stablelib/wipe" : " ^1.0.0" ,
21
21
"@stablelib/x25519" : " ^1.0.0" ,
22
- "@stablelib/xsalsa20" : " ^1.0.0 "
22
+ "@stablelib/xsalsa20" : " ^1.0.1 "
23
23
},
24
24
"devDependencies" : {
25
25
"@stablelib/benchmark" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stablelib/salsa20" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Salsa20 stream cipher" ,
5
5
"main" : " ./lib/salsa20.js" ,
6
6
"typings" : " ./lib/salsa20.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stablelib/xsalsa20" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " XSalsa20 (eXtended-nonce Salsa20) stream cipher" ,
5
5
"main" : " ./lib/xsalsa20.js" ,
6
6
"typings" : " ./lib/xsalsa20.d.ts" ,
16
16
},
17
17
"dependencies" : {
18
18
"@stablelib/binary" : " ^1.0.0" ,
19
- "@stablelib/salsa20" : " ^1.0.0 " ,
19
+ "@stablelib/salsa20" : " ^1.0.1 " ,
20
20
"@stablelib/wipe" : " ^1.0.0"
21
21
},
22
22
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments