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.10.8 to 1.11.0

1

examples/us_autocomplete_pro.js

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

lookup.preferRatio = 33;
lookup.source = "all";

@@ -37,0 +38,0 @@ client.send(lookup)

2

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

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

@@ -46,2 +46,3 @@ const Errors = require("../Errors");

prefer_geolocation: lookup.preferGeolocation,
source: lookup.source,
};

@@ -48,0 +49,0 @@

@@ -25,2 +25,3 @@ /**

this.preferGeolocation = undefined;
this.source = undefined
}

@@ -27,0 +28,0 @@ }

@@ -31,2 +31,3 @@ const chai = require("chai");

prefer_geolocation: undefined,
source: undefined,
};

@@ -55,2 +56,3 @@

lookup.preferGeolocation = "t";
lookup.source = "all";

@@ -70,2 +72,3 @@ let expectedParameters = {

prefer_geolocation: "t",
source: "all",
};

@@ -72,0 +75,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