rets-client
Advanced tools
Comparing version 4.6.0 to 4.6.1
@@ -68,3 +68,3 @@ // Generated by CoffeeScript 1.10.0 | ||
if (split.length > 1) { | ||
results.push(systemData[split[0]] = split[1]); | ||
results.push(systemData[split[0].trim()] = split[1].trim()); | ||
} else { | ||
@@ -71,0 +71,0 @@ results.push(void 0); |
{ | ||
"name": "rets-client", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "A RETS client (Real Estate Transaction Standard).", | ||
@@ -5,0 +5,0 @@ "main": "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
94095