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 2.0.0 to 2.0.1

6

History.md
2.0.1 / 2017-01-12
==================
* add color for code 0
* bump deps
2.0.0 / 2015-11-19

@@ -3,0 +9,0 @@ ==================

3

index.js

@@ -32,3 +32,4 @@ /**

2: 'green',
1: 'green'
1: 'green',
0: 'yellow'
};

@@ -35,0 +36,0 @@

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

"repository": "koajs/logger",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [

@@ -20,9 +20,9 @@ "koa",

"devDependencies": {
"chai": "^2.3.0",
"koa": "^2.0.0-alpha.3",
"koa-route": "^3.0.0",
"mocha": "^2.2.5",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"supertest": "^1.0.1"
"chai": "^3.5.0",
"koa": "^2.0.0-alpha.7",
"koa-route": "^3.2.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.1"
},

@@ -32,6 +32,6 @@ "license": "MIT",

"bytes": "1",
"chalk": "^1.0.0",
"humanize-number": "~0.0.1",
"chalk": "^1.1.3",
"humanize-number": "0.0.2",
"passthrough-counter": "^1.0.0"
}
}

@@ -32,3 +32,3 @@

const logger = require('koa-logger')
const koa = require('koa')
const Koa = require('koa')

@@ -35,0 +35,0 @@ const app = new Koa()

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