server-timing
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -8,3 +8,4 @@ declare module "server-timing" { | ||
}; | ||
export default (opts?: Options) => e.RequestHandler; | ||
const _default: (opts?: Options) => e.RequestHandler; | ||
export default _default; | ||
type Response = { | ||
@@ -11,0 +12,0 @@ startTime: (name: string, desc: string) => void; |
{ | ||
"name": "server-timing", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "This module can add `ServerTiming` Header to http response, and be able to use express middleware", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"coveralls": "3.0.9", | ||
"eater": "4.0.1", | ||
"eater": "4.0.2", | ||
"espower-loader": "1.2.2", | ||
@@ -40,0 +40,0 @@ "express": "4.17.1", |
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
20062
522