Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartystreets-javascript-sdk - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

examples/international_street.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc