Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-http

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-http - npm Package Compare versions

Comparing version 9.0.0 to 10.0.0

.taprc

13

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc