smartystreets-javascript-sdk
Advanced tools
Comparing version 2.1.2 to 2.2.0
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Quick and easy Smarty address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,10 +24,10 @@ const HttpSender = require("./HttpSender"); | ||
const INTERNATIONAL_STREET_API_URI = "https://international-street.api.smartystreets.com/verify"; | ||
const US_AUTOCOMPLETE_API_URL = "https://us-autocomplete.api.smartystreets.com/suggest"; | ||
const US_AUTOCOMPLETE_PRO_API_URL = "https://us-autocomplete-pro.api.smartystreets.com/lookup"; | ||
const US_EXTRACT_API_URL = "https://us-extract.api.smartystreets.com/"; | ||
const US_STREET_API_URL = "https://us-street.api.smartystreets.com/street-address"; | ||
const US_ZIP_CODE_API_URL = "https://us-zipcode.api.smartystreets.com/lookup"; | ||
const US_REVERSE_GEO_API_URL = "https://us-reverse-geo.api.smartystreets.com/lookup"; | ||
const INTERNATIONAL_ADDRESS_AUTOCOMPLETE_API_URL = "https://international-autocomplete.api.smartystreets.com/lookup"; | ||
const INTERNATIONAL_STREET_API_URI = "https://international-street.api.smarty.com/verify"; | ||
const US_AUTOCOMPLETE_API_URL = "https://us-autocomplete.api.smarty.com/suggest"; | ||
const US_AUTOCOMPLETE_PRO_API_URL = "https://us-autocomplete-pro.api.smarty.com/lookup"; | ||
const US_EXTRACT_API_URL = "https://us-extract.api.smarty.com/"; | ||
const US_STREET_API_URL = "https://us-street.api.smarty.com/street-address"; | ||
const US_ZIP_CODE_API_URL = "https://us-zipcode.api.smarty.com/lookup"; | ||
const US_REVERSE_GEO_API_URL = "https://us-reverse-geo.api.smarty.com/lookup"; | ||
const INTERNATIONAL_ADDRESS_AUTOCOMPLETE_API_URL = "https://international-autocomplete.api.smarty.com/lookup"; | ||
@@ -34,0 +34,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
172445