Socket
Socket
Sign inDemoInstall

express-req-logger

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "express-req-logger",
"version": "1.0.0",
"version": "1.0.1",
"description": "HTTP request logger middleware for Express.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -43,18 +43,27 @@ # express-req-logger

HTTP request method. `GET`
#### :url
Request path. `/index.html`
#### :httpVersion
HTTP version number. `1.1`
#### :status
Request status code. `200`
#### :duration
Request to respond to the duration of the unit, in milliseconds. `263ms`
#### :ip
Remote client IP address. `::ffff:192.168.0.100`
#### :date
Current date. `2017-05-14`
#### :time
Current time. `19:00:00`
#### :day
Current week. `周日`
#### :userAgent

@@ -137,18 +146,27 @@ Remote client user agent content.

HTTP请求方法。`GET`
#### :url
请求路径。`/index.html`
#### :httpVersion
HTTP版本。`1.1`
#### :status
请求状态码。`200`
#### :duration
请求到响应持续的时间,单位为毫秒。`263ms`
#### :ip
客户端IP地址。`::ffff:192.168.0.100`
#### :date
当前日期。`2017-05-14`,本项目首次提交时间。
#### :time
当前时间。`19:00:00`
#### :day
当前星期。`周日`
#### :userAgent

@@ -155,0 +173,0 @@ 客户端用户代理内容。

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc