smartystreets-javascript-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# SmartyStreets Javascript SDK | ||
# SmartyStreets JavaScript SDK | ||
@@ -3,0 +3,0 @@ The official client libraries for accessing SmartyStreets APIs with Javascript. |
@@ -28,3 +28,3 @@ class Candidate { | ||
this.components.state = responseData.components.state_abbreviation; | ||
this.components.zipCode = responseData.components.zipCode; | ||
this.components.zipCode = responseData.components.zipcode; | ||
this.components.plus4Code = responseData.components.plus4_code; | ||
@@ -31,0 +31,0 @@ this.components.deliveryPoint = responseData.components.delivery_point; |
@@ -31,3 +31,3 @@ const chai = require("chai"); | ||
state_abbreviation: "21", | ||
zipCode: "22", | ||
zipcode: "22", | ||
plus4_code: "23", | ||
@@ -34,0 +34,0 @@ delivery_point: "24", |
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