File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
- var restify = require ( 'restify' ) ;
2
+ var restify = require ( 'restify-clients ' ) ;
3
3
const querystring = require ( 'querystring' ) ;
4
4
5
5
const url = 'https://api.etherscan.io/api' ;
Original file line number Diff line number Diff line change 36
36
},
37
37
"homepage" : " https://github.com/sebs/etherscan-api#readme" ,
38
38
"devDependencies" : {
39
- "browserify" : " ^14.4.0" ,
40
39
"chai" : " ^4.0.2" ,
41
40
"changelog" : " ^1.3.0" ,
42
41
"gh-pages" : " ^1.0.0" ,
47
46
"watch" : " ^1.0.2"
48
47
},
49
48
"dependencies" : {
50
- "browserify" : " ^13.3 .0" ,
49
+ "browserify" : " ^14.4 .0" ,
51
50
"jsdoc" : " ^3.4.3" ,
52
51
"jshint" : " ^2.9.4" ,
53
52
"mocha" : " ^3.2.0" ,
54
- "restify" : " ^4.3.1 " ,
55
- "snyk" : " ^1.35.0 "
53
+ "restify-clients " : " ^1.5.0 " ,
54
+ "snyk" : " ^1.36.2 "
56
55
},
57
56
"snyk" : true
58
57
}
You can’t perform that action at this time.
0 commit comments