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

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
4
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.11.4 to 1.11.5

examples/international_address_autocomplete.js

2

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

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

@@ -18,2 +18,5 @@ const Errors = require("../Errors");

country: lookup.country,
include_only_administrative_area: lookup.include_only_administrative_area,
include_only_locality: lookup.include_only_locality,
include_only_postal_code: lookup.include_only_postal_code,
};

@@ -20,0 +23,0 @@

@@ -20,2 +20,5 @@ const chai = require("chai");

search: search,
include_only_administrative_area: "",
include_only_locality: "",
include_only_postal_code: "",
country: "United States",

@@ -36,4 +39,7 @@ };

let expectedParameters = {
country: "Russia",
include_only_administrative_area: "",
include_only_locality: "",
include_only_postal_code: "",
search: search,
country: "Russia",
};

@@ -40,0 +46,0 @@

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