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

routr

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

routr - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

CHANGELOG.md
# Change Log
## 2.1.0
* [#37] Enhance makePath for routes with path array
## 2.0.2
* [#36] Bug fix: Add support for question marks in hash fragments
## 2.0.1

@@ -4,0 +12,0 @@

2

lib/router.js

@@ -27,3 +27,3 @@ /**

this.config = config || {};
var method = config.method;
var method = this.config.method;
this.methods = method;

@@ -30,0 +30,0 @@

{
"name": "routr",
"version": "2.1.0",
"version": "2.1.1",
"description": "A router for both server and client",

@@ -23,19 +23,19 @@ "main": "index.js",

"dependencies": {
"debug": "^2.0.0",
"debug": "^4.0.0",
"path-to-regexp": "^1.1.1",
"query-string": "^3.0.1"
"query-string": "^5.0.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.2.0",
"coveralls": "^2.11.1",
"eslint": "~2.2.0",
"eslint-plugin-babel": "^3.1.0",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chai": "^4.0.1",
"coveralls": "^3.0.0",
"eslint": "^5.0.0",
"eslint-plugin-babel": "^5.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"pre-commit": "^1.0.7",
"sinon": "^1.17.3"
"sinon": "^7.2.4"
},

@@ -42,0 +42,0 @@ "pre-commit": [

Sorry, the diff of this file is not supported yet

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