smartystreets-javascript-sdk
Advanced tools
Comparing version 1.11.4 to 1.11.5
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,2 +18,5 @@ const Errors = require("../Errors"); | ||
country: lookup.country, | ||
include_only_administrative_area: lookup.include_only_administrative_area, | ||
include_only_locality: lookup.include_only_locality, | ||
include_only_postal_code: lookup.include_only_postal_code, | ||
}; | ||
@@ -20,0 +23,0 @@ |
@@ -20,2 +20,5 @@ const chai = require("chai"); | ||
search: search, | ||
include_only_administrative_area: "", | ||
include_only_locality: "", | ||
include_only_postal_code: "", | ||
country: "United States", | ||
@@ -36,4 +39,7 @@ }; | ||
let expectedParameters = { | ||
country: "Russia", | ||
include_only_administrative_area: "", | ||
include_only_locality: "", | ||
include_only_postal_code: "", | ||
search: search, | ||
country: "Russia", | ||
}; | ||
@@ -40,0 +46,0 @@ |
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
166290
94
3787
11