UNPKG
salted-md5
Version:
latest (5.0.2)
5.0.2
4.0.10
4.0.8
4.0.6
4.0.5
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.2.0
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Salted MD5 hash
gitlab.com/vsichka/salted-md5
salted-md5
/
.gitlab-ci.yml
18 lines
(15 loc)
•
220 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
stages:
-
test
-
benchmark
test:
stage:
test
image:
node:latest
script:
-
npm
install
-
npm
test
benchmark:
stage:
benchmark
image:
node:latest
script:
-
npm
install
-
npm
run
benchmark