smartystreets-javascript-sdk
Advanced tools
Comparing version 1.10.8 to 1.11.0
@@ -35,2 +35,3 @@ const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
lookup.preferRatio = 33; | ||
lookup.source = "all"; | ||
@@ -37,0 +38,0 @@ client.send(lookup) |
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.10.8", | ||
"version": "1.11.0", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,2 +46,3 @@ const Errors = require("../Errors"); | ||
prefer_geolocation: lookup.preferGeolocation, | ||
source: lookup.source, | ||
}; | ||
@@ -48,0 +49,0 @@ |
@@ -25,2 +25,3 @@ /** | ||
this.preferGeolocation = undefined; | ||
this.source = undefined | ||
} | ||
@@ -27,0 +28,0 @@ } |
@@ -31,2 +31,3 @@ const chai = require("chai"); | ||
prefer_geolocation: undefined, | ||
source: undefined, | ||
}; | ||
@@ -55,2 +56,3 @@ | ||
lookup.preferGeolocation = "t"; | ||
lookup.source = "all"; | ||
@@ -70,2 +72,3 @@ let expectedParameters = { | ||
prefer_geolocation: "t", | ||
source: "all", | ||
}; | ||
@@ -72,0 +75,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
164367
3744