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

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
7
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 3.0.0 to 3.1.0

tests/us_extract/test_Client.js

2

package.json
{
"name": "smartystreets-javascript-sdk",
"version": "3.0.0",
"version": "3.1.0",
"description": "Quick and easy Smarty address validation.",

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

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

this.deliveryPointBarcode = responseData.delivery_point_barcode;
this.smartyKey = responseData.smarty_key;

@@ -19,0 +20,0 @@ this.components = {};

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

delivery_point_barcode: "6",
smarty_key: "0000",
components: {

@@ -80,2 +81,3 @@ urbanization: "7",

expect(candidate.deliveryPointBarcode).to.equal('6');
expect(candidate.smartyKey).to.equal('0000');

@@ -82,0 +84,0 @@ expect(candidate.components.urbanization).to.equal('7');

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