File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " intuit-oauth" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Intuit Node.js client for OAuth2.0 and OpenIDConnect" ,
5
5
"main" : " ./src/OAuthClient.js" ,
6
6
"scripts" : {
39
39
],
40
40
"check-coverage" : true ,
41
41
"lines" : 95 ,
42
- "statements" : 85 ,
42
+ "statements" : 95 ,
43
43
"functions" : 90 ,
44
44
"branches" : 85 ,
45
45
"reporter" : [
73
73
"popsicle" : " 10.0.1" ,
74
74
"query-string" : " ^6.12.1" ,
75
75
"rsa-pem-from-mod-exp" : " ^0.8.4" ,
76
- "winston" : " ^3.1.0" ,
77
- "snyk" : " ^1.316.1"
76
+ "winston" : " ^3.1.0"
78
77
},
79
78
"devDependencies" : {
80
79
"btoa" : " ^1.2.1" ,
88
87
"nock" : " ^9.2.3" ,
89
88
"nyc" : " ^15.0.1" ,
90
89
"prettier" : " ^2.0.5" ,
91
- "sinon" : " ^9.0.2"
90
+ "sinon" : " ^9.0.2" ,
91
+ "snyk" : " ^1.316.1"
92
92
},
93
93
"snyk" : true
94
94
}
Original file line number Diff line number Diff line change 13
13
"homepage" : " https://github.intuit.com/abisalehalliprasan/oauth-jsclient" ,
14
14
"dependencies" : {
15
15
"body-parser" : " latest" ,
16
+ "dotenv" : " ^5.0.1" ,
17
+ "ejs" : " ^2.5.2" ,
16
18
"express" : " ^4.14.0" ,
17
19
"express-session" : " ^1.14.2" ,
18
- "path" : " ^0.12.7" ,
19
- "ejs" : " ^2.5.2" ,
20
- "dotenv" : " ^5.0.1" ,
20
+ "intuit-oauth" : " ^3.0.1" ,
21
21
"ngrok" : " ^3.2.5" ,
22
- "intuit-oauth" : " ^3.0.0" ,
22
+ "path" : " ^0.12.7"
23
+ },
24
+ "devDependencies" : {
23
25
"snyk" : " ^1.316.1"
24
26
},
25
27
"snyk" : true
You can’t perform that action at this time.
0 commit comments