@nathapp/nestjs-common
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-rc.31 • Public • Published

Common NestJs Library

this is a NestJs Common Library, can be use on fastify and express

Environment Variables for Module Or Services

1.) I18n - I18nCoreModule

LOCALES_FALLBACK_LANGUAGE=en_US    ##language fallback
LOCALES_MAP_PATH=                  ##override i18n loaderOptions.path
LOCALES_LIVE_RELOAD=1              ## loaderOptions live reload

2.) LoggerUtils & LoggerMiddleware

DEBUG_MODE=1                       ## Logger log Level

HTTP_LOG_USER_AGENT=1              ## log User Agent on request
HTTP_LOG_REQUEST=1                 ## log request data (query, params, body) on request
HTTP_LOG_RESPONSE=1                ## log response data on request
HTTP_LOG_SENSITIVEKEYS=pwd,secret  ## censor log response data with the keys, value is in comma separated

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.1-rc.310latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.1-rc.310
1.0.1-rc.240
1.0.1-rc.230
1.0.1-rc.220
1.0.1-rc.210
1.0.1-rc.200
1.0.1-rc.190
1.0.1-rc.180
1.0.1-rc.170
1.0.1-rc.161
1.0.1-rc.150
1.0.1-rc.140
1.0.1-rc.130
1.0.1-rc.120
1.0.1-rc.110
1.0.1-rc.100
1.0.1-rc.90
1.0.1-rc.80
1.0.1-rc.70
1.0.1-rc.60
1.0.1-rc.50
1.0.1-rc.40
1.0.1-rc.30
1.0.1-rc.22
1.0.1-rc.10
1.0.1-rc.00

Package Sidebar

Install

npm i @nathapp/nestjs-common

Weekly Downloads

3

Version

1.0.1-rc.31

License

ISC

Unpacked Size

114 kB

Total Files

133

Last publish

Collaborators

  • skywills87