Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
express-req-res-logger
Advanced tools
A simple request/response log middleware (with body and headers) for express.
npm i express-req-res-logger --save
const requestLogger = require('express-req-res-logger');
app.use(requestLogger({
logger: myBunyanLogger.debug.bind(myBunyanLogger),
hide: ['password', 'secret']
}));
REQUEST [129887cf-32f2-4f2a-900f-9c3d056cd2c8] [POST /login] [Object {
"body": Object {
"username": "username"
"password": "*****",
},
"headers": Object {
"accept": "*/*",
"accept-encoding": "gzip, deflate, br",
"accept-language": "pt-BR,pt;q=0.8,en-US;q=0.6,en;q=0.4,es;q=0.2",
"cache-control": "no-cache",
"connection": "keep-alive",
"content-length": "24",
"content-type": "application/json",
"host": "localhost:3000",
"origin": "chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop",
"postman-token": "04a4070e-5d12-0812-f9fb-474f2f91b7e7",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36",
},
}]
RESPONSE [200] para [129887cf-32f2-4f2a-900f-9c3d056cd2c8] [POST /login] [Arguments [ "Ok, its done!" ]] em 52.60 ms
FAQs
A simple request/response log middleware for express
The npm package express-req-res-logger receives a total of 3 weekly downloads. As such, express-req-res-logger popularity was classified as not popular.
We found that express-req-res-logger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.