UNPKG
@verdaccio/signature
Version:
6-next (6.0.0-6-next.2)
latest (8.0.3)
next (7.0.0-next.3)
next-7 (7.0.0-next-7.5)
next-8 (8.0.0-next-8.30)
next-9 (9.0.0-next-9.20)
9.0.0-next-9.20
9.0.0-next-9.19
9.0.0-next-9.18
9.0.0-next-9.17
9.0.0-next-9.16
9.0.0-next-9.15
9.0.0-next-9.14
9.0.0-next-9.13
9.0.0-next-9.12
9.0.0-next-9.11
9.0.0-next-9.10
9.0.0-next-9.9
9.0.0-next-9.8
9.0.0-next-9.7
9.0.0-next-9.6
9.0.0-next-9.5
9.0.0-next-9.4
9.0.0-next-9.3
9.0.0-next-9.2
9.0.0-next-9.1
9.0.0-next-9.0
8.0.3
8.0.2
8.0.1
8.0.0
8.0.0-next-8.30
8.0.0-next-8.29
8.0.0-next-8.28
8.0.0-next-8.27
8.0.0-next-8.26
8.0.0-next-8.25
8.0.0-next-8.24
8.0.0-next-8.23
8.0.0-next-8.22
8.0.0-next-8.21
8.0.0-next-8.20
8.0.0-next-8.19
8.0.0-next-8.18
8.0.0-next-8.17
8.0.0-next-8.16
8.0.0-next-8.15
8.0.0-next-8.14
8.0.0-next-8.13
8.0.0-next-8.12
8.0.0-next-8.11
8.0.0-next-8.10
8.0.0-next-8.9
8.0.0-next-8.8
8.0.0-next-8.7
8.0.0-next-8.6
8.0.0-next-8.5
8.0.0-next-8.4
8.0.0-next-8.3
8.0.0-next-8.2
8.0.0-next-8.1
8.0.0-next-8.0
7.0.0-next-7.5
7.0.0-next-7.4
7.0.0-next.3
7.0.0-next.2
7.0.0-next.1
7.0.0-next.0
6.0.0-6-next.2
verdaccio signature utils
verdaccio.org
@verdaccio/signature
/
build
/
signature.d.ts
4 lines
(3 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
export
declare
const
defaultAlgorithm
:
string
;
export
declare
function
aesEncrypt
(
value
:
string
,
key
:
string
):
string
|
void
;
export
declare
function
aesDecrypt
(
value
:
string
,
key
:
string
):
string
|
void
;