You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/technologies/tech-node.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Our standard JavaScript based application stack is built on Node.js.
43
43
*[Redis](https://www.npmjs.com/package/redis) client if using Redis as a database
44
44
* Security with [Helmet](https://helmetjs.github.io/) and [csurf](https://www.npmjs.com/package/csurf) to prevent CSRF
45
45
* Dates and times are manipulated using [Luxon](https://moment.github.io/luxon/#) or [date-fns](https://date-fns.org/) and not moment.js
46
-
* Logging provided by [winston](https://www.npmjs.com/package/winston), [express-winston](https://www.npmjs.com/package/express-winston) and [winston-daily-rotate-file](https://www.npmjs.com/package/winston-daily-rotate-file)
46
+
* Logging provided by [winston](https://www.npmjs.com/package/winston) and [express-winston](https://www.npmjs.com/package/express-winston)
47
47
*[Node Fetch](https://www.npmjs.com/package/node-fetch) to perform HTTP requests
48
48
*[cookie-parser](https://www.npmjs.com/package/cookie-parser) for working with cookies
49
49
*[I18n](https://www.npmjs.com/package/i18n) for internationalisation
0 commit comments