Socket
Socket
Sign inDemoInstall

router

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

router - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

9

HISTORY.md

@@ -0,1 +1,10 @@

1.1.4 / 2016-01-21
==================
* deps: array-flatten@2.0.0
* deps: methods@~1.1.2
- perf: enable strict mode
* deps: parseurl@~1.3.1
- perf: enable strict mode
1.1.3 / 2015-08-02

@@ -2,0 +11,0 @@ ==================

16

package.json
{
"name": "router",
"description": "Simple middleware-style router",
"version": "1.1.3",
"version": "1.1.4",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

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

"dependencies": {
"array-flatten": "1.1.1",
"array-flatten": "2.0.0",
"debug": "~2.2.0",
"methods": "~1.1.1",
"parseurl": "~1.3.0",
"methods": "~1.1.2",
"parseurl": "~1.3.1",
"path-to-regexp": "0.1.7",

@@ -20,6 +20,6 @@ "setprototypeof": "1.0.0",

"after": "0.8.1",
"finalhandler": "0.4.0",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"supertest": "1.0.1"
"finalhandler": "0.4.1",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},

@@ -26,0 +26,0 @@ "files": [

@@ -50,3 +50,3 @@ # router

Returns a function with the signature `router(res, res, callback)` where
Returns a function with the signature `router(req, res, callback)` where
`callback([err])` must be provided to handle errors and fall-through from

@@ -53,0 +53,0 @@ not handling requests.

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