UNPKG

logceptor

Version:

NestJS interceptor to log HTTP requests and responses with full control, correlation IDs, file rotation, sensitive data masking, and production-ready features.

39 lines (38 loc) 892 B
{ "name": "logceptor", "version": "1.0.19", "description": "NestJS interceptor to log HTTP requests and responses with full control, correlation IDs, file rotation, sensitive data masking, and production-ready features.", "keywords": [ "nestjs", "interceptor", "logger", "http-logging", "correlation-id", "log-rotation", "file-logger", "request-logger", "response-logger", "masking", "audit-log" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "author": { "name": "MobileFirst", "email": "mehul@mobilefirstapplications.com", "url": "https://mobilefirst.in" }, "license": "MIT", "dependencies": { "@nestjs/common": "^11.1.3", "@nestjs/core": "^11.1.3", "rxjs": "^7.0.0", "uuid": "^11.1.0" }, "devDependencies": { "@types/node": "^24.0.3" } }