express.oi
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -55,3 +55,3 @@ 'use strict'; | ||
if (res) { | ||
if (route.indexOf(':' === -1)) { | ||
if (route.indexOf(':') === -1) { | ||
this.router[route](next, res); | ||
@@ -58,0 +58,0 @@ } else { |
{ | ||
"name": "express.oi", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Realtime-web library, based on express and socket.io", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package