volos-connectors-common
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -230,3 +230,5 @@ var http = require('http'); | ||
req.query = parsedUrl.query; | ||
req.params = {}; | ||
if (!req.params) { | ||
req.params = {}; | ||
} | ||
@@ -516,3 +518,3 @@ var results = this.findPath(req.url, req.method); | ||
stuff.response = response; | ||
dfd.reject(); | ||
dfd.reject(stuff); | ||
} | ||
@@ -519,0 +521,0 @@ return(dfd.promise); |
{ | ||
"name": "volos-connectors-common", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Basic support library for Volos Connectors.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28554
693