smartystreets-javascript-sdk
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -1,2 +0,2 @@ | ||
const SmartyStreetsSDK = require("../index"); | ||
const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
const SmartyStreetsCore = SmartyStreetsSDK.core; | ||
@@ -3,0 +3,0 @@ const Lookup = SmartyStreetsSDK.internationalStreet.Lookup; |
@@ -1,2 +0,2 @@ | ||
const SmartyStreetsSDK = require("../index"); | ||
const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
const SmartyStreetsCore = SmartyStreetsSDK.core; | ||
@@ -3,0 +3,0 @@ const Lookup = SmartyStreetsSDK.usAutocompletePro.Lookup; |
@@ -1,2 +0,2 @@ | ||
const SmartyStreetsSDK = require("../index"); | ||
const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
const SmartyStreetsCore = SmartyStreetsSDK.core; | ||
@@ -3,0 +3,0 @@ const Lookup = SmartyStreetsSDK.usAutocomplete.Lookup; |
@@ -1,2 +0,2 @@ | ||
const SmartyStreetsSDK = require("../index"); | ||
const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
const SmartyStreetsCore = SmartyStreetsSDK.core; | ||
@@ -3,0 +3,0 @@ const Lookup = SmartyStreetsSDK.usExtract.Lookup; |
@@ -1,2 +0,2 @@ | ||
const SmartyStreetsSDK = require("../index"); | ||
const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
const SmartyStreetsCore = SmartyStreetsSDK.core; | ||
@@ -25,3 +25,5 @@ const Lookup = SmartyStreetsSDK.usStreet.Lookup; | ||
lookup1.maxCandidates = 3; | ||
lookup1.match = "invalid"; | ||
lookup1.match = "invalid"; // "invalid" is the most permissive match, | ||
// this will always return at least one result even if the address is invalid. | ||
// Refer to the documentation for additional MatchStrategy options. | ||
@@ -28,0 +30,0 @@ let lookup2 = new Lookup(); |
@@ -1,2 +0,2 @@ | ||
const SmartyStreetsSDK = require("../index"); | ||
const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
const SmartyStreetsCore = SmartyStreetsSDK.core; | ||
@@ -3,0 +3,0 @@ const Lookup = SmartyStreetsSDK.usZipcode.Lookup; |
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
145751
3262
0