koa-morgan
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0
10
index.js
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
/*! | ||
@@ -23,2 +25,6 @@ * morgan | ||
morgan.compile = originalMorgan.compile | ||
morgan.format = originalMorgan.format | ||
morgan.token = originalMorgan.token | ||
function morgan(format, options) { | ||
@@ -34,5 +40,1 @@ const fn = originalMorgan(format, options) | ||
} | ||
morgan.compile = originalMorgan.compile | ||
morgan.format = originalMorgan.format | ||
morgan.token = originalMorgan.token |
{ | ||
"name": "koa-morgan", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0", | ||
"description": "HTTP request logger middleware for koa", | ||
"author": "Fangdun Cai <cfddream@gmail.com>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
@@ -11,3 +13,3 @@ "scripts": { | ||
}, | ||
"repository": "koa-modules/morgan", | ||
"repository": "github:koa-modules/morgan", | ||
"keywords": [ | ||
@@ -17,9 +19,2 @@ "logger", | ||
], | ||
"author": "Fangdun Cai <cfddream@gmail.com>", | ||
"license": "MIT", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js" | ||
], | ||
"dependencies": { | ||
@@ -36,3 +31,12 @@ "morgan": "github:expressjs/morgan" | ||
"supertest": "^1.x" | ||
} | ||
}, | ||
"enignes": { | ||
"node": ">= 4" | ||
}, | ||
"files": [ | ||
"History.md", | ||
"LICENSE", | ||
"README.md", | ||
"index.js" | ||
] | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4631
5
31
1