New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
4
Versions
99
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.11.5 to 1.11.6

2

examples/international_address_autocomplete.js

@@ -31,3 +31,5 @@ const SmartyStreetsSDK = require("smartystreets-javascript-sdk");

lookup.maxResults = 10;
// lookup.include_only_administrative_area = "";
lookup.include_only_locality = "Sherwood Park";
// lookup.include_only_postal_code = "";

@@ -34,0 +36,0 @@ client.send(lookup)

4

examples/us_autocomplete_pro.js

@@ -19,3 +19,2 @@ const SmartyStreetsSDK = require("smartystreets-javascript-sdk");

// *** Simple Lookup ***

@@ -28,3 +27,2 @@ let lookup = new Lookup("4770 Lincoln");

// *** Using Filter and Prefer ***

@@ -43,3 +41,2 @@ lookup = new Lookup("4770 Lincoln");

// *** Using 'selected' to Expand Secondaries ***

@@ -54,3 +51,2 @@ lookup = new Lookup("4770 Lincoln");

// ************************************************

@@ -57,0 +53,0 @@

{
"name": "smartystreets-javascript-sdk",
"version": "1.11.5",
"version": "1.11.6",
"description": "Quick and easy SmartyStreets address validation.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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