response-time
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,6 @@ | ||
2.3.1 / 2015-05-14 | ||
================== | ||
* deps: depd@~1.0.1 | ||
2.3.0 / 2015-02-15 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "response-time", | ||
"description": "Response time for Node.js servers", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -18,3 +18,3 @@ "contributors": [ | ||
"dependencies": { | ||
"depd": "~1.0.0", | ||
"depd": "~1.0.1", | ||
"on-headers": "~1.0.0" | ||
@@ -24,5 +24,5 @@ }, | ||
"after": "0.8.1", | ||
"istanbul": "0.3.5", | ||
"mocha": "~2.1.0", | ||
"supertest": "0.15.0" | ||
"istanbul": "0.3.9", | ||
"mocha": "2.2.5", | ||
"supertest": "1.0.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "files": [ |
@@ -103,3 +103,3 @@ # response-time | ||
var responseTime = require('response-time') | ||
var StatsD = requrie('node-statsd') | ||
var StatsD = require('node-statsd') | ||
@@ -106,0 +106,0 @@ var app = express() |
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
8314
Updateddepd@~1.0.1