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

response-time

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

response-time - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

5

HISTORY.md

@@ -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 @@ ==================

10

package.json
{
"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()

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