File tree 3 files changed +13
-60
lines changed
3 files changed +13
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
const { validationResult } = require ( "express-validator" ) ;
2
2
var jwt = require ( "jsonwebtoken" ) ;
3
- var expressJwt = require ( "express-jwt" ) ;
3
+ var { expressjwt : expressJwt } = require ( "express-jwt" ) ;
4
+
5
+
4
6
5
7
const {
6
8
getAuth,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " socialbook -backend" ,
3
- "version" : " 1.5 .0" ,
2
+ "name" : " socailbook -backend-latest " ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Backend for Socialbook Web app" ,
5
5
"main" : " api.js" ,
6
6
"scripts" : {
9
9
"author" : " Samarpan Dasgupta" ,
10
10
"license" : " MIT" ,
11
11
"dependencies" : {
12
- "body-parser" : " ^1.19 .1" ,
12
+ "body-parser" : " ^1.20 .1" ,
13
13
"cookie-parser" : " ^1.4.6" ,
14
14
"cors" : " ^2.8.5" ,
15
15
"crypto-js" : " ^4.1.1" ,
16
- "dotenv" : " ^10 .0.0 " ,
17
- "express" : " ^4.17.1 " ,
18
- "express-jwt" : " ^6.1.0 " ,
19
- "express-validator" : " ^6.14.0 " ,
20
- "firebase" : " ^9.6.1 " ,
16
+ "dotenv" : " ^16 .0.3 " ,
17
+ "express" : " ^4.18.2 " ,
18
+ "express-jwt" : " ^7.7.7 " ,
19
+ "express-validator" : " ^6.14.2 " ,
20
+ "firebase" : " ^9.14.0 " ,
21
21
"formidable" : " ^2.0.1" ,
22
22
"jsonwebtoken" : " ^8.5.1" ,
23
- "nodemon" : " ^2.0.15 " ,
24
- "socket.io" : " ^4.4.1 "
23
+ "nodemon" : " ^2.0.20 " ,
24
+ "socket.io" : " ^4.5.3 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments