Comparing version 6.0.0 to 6.1.0
{ | ||
"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
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
52187
18
1157
12