Socket
Socket
Sign inDemoInstall

koa-route

Package Overview
Dependencies
5
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.4.2

5

History.md
2.4.2 / 2015-07-02
===================
* update path-to-regexp
2.4.1 / 2015-04-12

@@ -3,0 +8,0 @@ ===================

18

package.json

@@ -5,3 +5,3 @@ {

"repository": "koajs/route",
"version": "2.4.1",
"version": "2.4.2",
"keywords": [

@@ -19,18 +19,18 @@ "koa",

"istanbul-harmony": "0",
"mocha": "1",
"supertest": "0",
"koa": "0",
"mocha": "^2.2.5",
"should": "*",
"koa": "0"
"supertest": "0"
},
"license": "MIT",
"dependencies": {
"path-to-regexp": "~1.0.0",
"debug": "*",
"methods": "~1.1.0",
"debug": "*"
"path-to-regexp": "^1.2.0"
},
"scripts": {
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec",
"test-cov": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec",
"test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc