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

koa-logger

Package Overview
Dependencies
Maintainers
9
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-logger - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

5

History.md
3.1.0 / 2017-09-26
==================
* Adds Boom compatibility (#64)
3.0.1 / 2017-06-30

@@ -3,0 +8,0 @@ ==================

2

index.js

@@ -90,3 +90,3 @@ /**

const status = err
? (err.status || 500)
? (err.isBoom ? err.output.statusCode : err.status || 500)
: (ctx.status || 404)

@@ -93,0 +93,0 @@

@@ -5,3 +5,3 @@ {

"repository": "koajs/logger",
"version": "3.0.1",
"version": "3.1.0",
"keywords": [

@@ -21,2 +21,3 @@ "koa",

"devDependencies": {
"boom": "^5.2.0",
"chai": "^3.5.0",

@@ -23,0 +24,0 @@ "eslint": "^3.19.0",

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