smartystreets-javascript-sdk
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172569
3955