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 6.0.0 to 6.1.0

index.d.ts

15

package.json
{
"name": "pino-http",
"version": "6.0.0",
"version": "6.1.0",
"description": "High-speed HTTP logger for Node.js",
"main": "logger.js",
"types": "index.d.ts",
"dependencies": {

@@ -13,14 +14,20 @@ "fast-url-parser": "^1.1.3",

"devDependencies": {
"@types/node": "^16.11.0",
"autocannon": "^7.3.0",
"coveralls": "^3.0.0",
"http-ndjson": "^3.1.0",
"pino-pretty": "^7.1.0",
"pre-commit": "^1.1.2",
"split2": "^4.0.0",
"standard": "^16.0.3",
"tap": "^15.0.0"
"tap": "^15.0.0",
"ts-node": "^10.3.0",
"tsd": "^0.18.0",
"typescript": "^4.4.4"
},
"scripts": {
"benchmark": "bash ./scripts/benchmark-all",
"test": "standard && tap test.js",
"fix": "standard --fix"
"test": "standard && tap test.js && npm run test-types",
"fix": "standard --fix",
"test-types": "tsc && tsd && ts-node index.test-d.ts"
},

@@ -27,0 +34,0 @@ "author": "David Mark Clements",

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