File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ const flatten = (obj, flat = {}) => {
25
25
: /* istanbul ignore next - not configurable property */ undefined
26
26
flat . nodeBin = process . env . NODE || process . execPath
27
27
28
- // XXX should this be sha512? is it even relevant?
29
- flat . hashAlgorithm = 'sha1'
30
-
31
28
return flat
32
29
}
33
30
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ t.test('flatten', t => {
36
36
'//foo.bar.com:_authToken' : 'foobarbazquuxasdf' ,
37
37
npmBin : '/path/to/npm' ,
38
38
nodeBin : '/path/to/node' ,
39
- hashAlgorithm : 'sha1' ,
40
39
} )
41
40
42
41
mockGlobals ( t , {
@@ -52,7 +51,6 @@ t.test('flatten', t => {
52
51
'//foo.bar.com:_authToken' : 'foobarbazquuxasdf' ,
53
52
npmBin : '/path/to/npm' ,
54
53
nodeBin : '/usr/local/bin/node.exe' ,
55
- hashAlgorithm : 'sha1' ,
56
54
} )
57
55
58
56
t . end ( )
You can’t perform that action at this time.
0 commit comments