File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 tests :
77 uses : ljharb/actions/.github/workflows/node.yml@main
88 with :
9- range : ' >= 4 < 10'
9+ range : ' >= 3 < 10'
1010 type : minors
1111 command : npm run tests-only
Original file line number Diff line number Diff line change 3030 "author" : " Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)" ,
3131 "license" : " (MIT AND BSD-3-Clause)" ,
3232 "engines" : {
33- "node" : " >= 4 "
33+ "node" : " >= 3 "
3434 }
3535}
Original file line number Diff line number Diff line change 11'use strict' ;
22
33var tape = require ( 'tape' ) ;
4+ var Buffer = require ( 'safe-buffer' ) . Buffer ;
5+
46var Hash = require ( '../hash' ) ;
7+
58var hex = '0A1B2C3D4E5F6G7H' ;
69
710function equal ( t , a , b ) {
Original file line number Diff line number Diff line change 22
33var crypto = require ( 'crypto' ) ;
44var tape = require ( 'tape' ) ;
5+ var Buffer = require ( 'safe-buffer' ) . Buffer ;
6+
57var Sha1 = require ( '../' ) . sha1 ;
68
79var inputs = [
You can’t perform that action at this time.
0 commit comments