File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " intuit-oauth" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " Intuit Node.js client for OAuth2.0 and OpenIDConnect" ,
55 "main" : " ./src/OAuthClient.js" ,
66 "scripts" : {
3939 ],
4040 "check-coverage" : true ,
4141 "lines" : 95 ,
42- "statements" : 85 ,
42+ "statements" : 95 ,
4343 "functions" : 90 ,
4444 "branches" : 85 ,
4545 "reporter" : [
7373 "popsicle" : " 10.0.1" ,
7474 "query-string" : " ^6.12.1" ,
7575 "rsa-pem-from-mod-exp" : " ^0.8.4" ,
76- "winston" : " ^3.1.0" ,
77- "snyk" : " ^1.316.1"
76+ "winston" : " ^3.1.0"
7877 },
7978 "devDependencies" : {
8079 "btoa" : " ^1.2.1" ,
8887 "nock" : " ^9.2.3" ,
8988 "nyc" : " ^15.0.1" ,
9089 "prettier" : " ^2.0.5" ,
91- "sinon" : " ^9.0.2"
90+ "sinon" : " ^9.0.2" ,
91+ "snyk" : " ^1.316.1"
9292 },
9393 "snyk" : true
9494}
Original file line number Diff line number Diff line change 1313 "homepage" : " https://github.intuit.com/abisalehalliprasan/oauth-jsclient" ,
1414 "dependencies" : {
1515 "body-parser" : " latest" ,
16+ "dotenv" : " ^5.0.1" ,
17+ "ejs" : " ^2.5.2" ,
1618 "express" : " ^4.14.0" ,
1719 "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" ,
2121 "ngrok" : " ^3.2.5" ,
22- "intuit-oauth" : " ^3.0.0" ,
22+ "path" : " ^0.12.7"
23+ },
24+ "devDependencies" : {
2325 "snyk" : " ^1.316.1"
2426 },
2527 "snyk" : true
You can’t perform that action at this time.
0 commit comments