File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 "homepage" : " https://github.com/arpith/feedreader.co#readme" ,
3030 "dependencies" : {
3131 "aws-sdk" : " ^2.2.33" ,
32- "bcrypt " : " ^0.8.5 " ,
32+ "bcryptjs " : " ^2.4.3 " ,
3333 "bluebird" : " ^3.4.6" ,
3434 "body-parser" : " ^1.14.2" ,
3535 "cors" : " ^2.7.1" ,
Original file line number Diff line number Diff line change 11import redis from 'redis' ;
22import crypto from 'crypto' ;
3- import bcrypt from 'bcrypt ' ;
3+ import bcrypt from 'bcryptjs ' ;
44
55const redisURL = process . env . REDIS_URL ;
66const redisClient = redis . createClient ( redisURL ) ;
Original file line number Diff line number Diff line change 11import crypto from 'crypto' ;
2- import bcrypt from 'bcrypt ' ;
2+ import bcrypt from 'bcryptjs ' ;
33import redis from 'redis' ;
44import Promise from 'bluebird' ;
55
You can’t perform that action at this time.
0 commit comments