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

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
1
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.0.0 to 1.0.2

2

package.json
{
"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",

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