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.4 to 1.1.5

7

HISTORY.md

@@ -0,1 +1,8 @@

1.1.5 / 2017-01-28
==================
* deps: array-flatten@2.1.1
* deps: setprototypeof@1.0.2
- Fix using fallback even when native method exists
1.1.4 / 2016-01-21

@@ -2,0 +9,0 @@ ==================

14

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

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

"dependencies": {
"array-flatten": "2.0.0",
"array-flatten": "2.1.1",
"debug": "~2.2.0",

@@ -15,10 +15,10 @@ "methods": "~1.1.2",

"path-to-regexp": "0.1.7",
"setprototypeof": "1.0.0",
"setprototypeof": "1.0.2",
"utils-merge": "1.0.0"
},
"devDependencies": {
"after": "0.8.1",
"finalhandler": "0.4.1",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"after": "0.8.2",
"finalhandler": "0.5.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"

@@ -25,0 +25,0 @@ },

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