Comparing version 9.0.0 to 10.0.0
{ | ||
"name": "pino-http", | ||
"version": "9.0.0", | ||
"version": "10.0.0", | ||
"description": "High-speed HTTP logger for Node.js", | ||
@@ -9,7 +9,8 @@ "main": "logger.js", | ||
"get-caller-file": "^2.0.5", | ||
"pino": "^8.17.1", | ||
"pino-std-serializers": "^6.2.2", | ||
"pino": "^9.0.0", | ||
"pino-std-serializers": "^7.0.0", | ||
"process-warning": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@types/node": "^20.1.0", | ||
@@ -20,9 +21,9 @@ "autocannon": "^7.3.0", | ||
"pino-http-print": "^3.1.0", | ||
"pino-pretty": "^10.0.0", | ||
"pino-pretty": "^11.0.0", | ||
"pre-commit": "^1.1.2", | ||
"split2": "^4.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tap": "^18.7.2", | ||
"ts-node": "^10.3.0", | ||
"tsd": "^0.30.0", | ||
"tsd": "^0.31.0", | ||
"typescript": "^5.0.2" | ||
@@ -29,0 +30,0 @@ }, |
@@ -503,3 +503,3 @@ 'use strict' | ||
const client = net.connect(server.address().port, server.address().address, () => { | ||
client.write('GET /delayed HTTP/1.1\r\n\r\n') | ||
client.write('GET /delayed HTTP/1.1\r\nHost: localhost\r\n\r\n') | ||
}) | ||
@@ -506,0 +506,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79888
23
14
+ Addedpino@9.5.0(transitive)
+ Addedpino-abstract-transport@2.0.0(transitive)
+ Addedpino-std-serializers@7.0.0(transitive)
+ Addedprocess-warning@4.0.0(transitive)
+ Addedsonic-boom@4.2.0(transitive)
+ Addedthread-stream@3.1.0(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedevents@3.3.0(transitive)
- Removedieee754@1.2.1(transitive)
- Removedpino@8.21.0(transitive)
- Removedpino-abstract-transport@1.2.0(transitive)
- Removedpino-std-serializers@6.2.2(transitive)
- Removedprocess@0.11.10(transitive)
- Removedreadable-stream@4.5.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsonic-boom@3.8.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedthread-stream@2.7.0(transitive)
Updatedpino@^9.0.0
Updatedpino-std-serializers@^7.0.0