smartystreets-javascript-sdk
Advanced tools
Comparing version 1.6.3 to 1.7.0
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -68,2 +68,3 @@ /** | ||
this.analysis.vacant = responseData.analysis.dpv_vacant; | ||
this.analysis.noStat = responseData.analysis.dpv_no_stat; | ||
this.analysis.active = responseData.analysis.active; | ||
@@ -70,0 +71,0 @@ this.analysis.isEwsMatch = responseData.analysis.ews_match; // Deprecated, refer to metadata.ews_match |
@@ -131,2 +131,3 @@ const chai = require("chai"); | ||
"dpv_vacant": "N", | ||
"dpv_no_stat": "N", | ||
"active": "Y", | ||
@@ -133,0 +134,0 @@ "footnotes": "N#" |
@@ -64,3 +64,4 @@ const chai = require("chai"); | ||
lacslink_indicator: "50", | ||
suitelink_match: "51" | ||
suitelink_match: "51", | ||
dpv_no_stat: "52" | ||
} | ||
@@ -125,3 +126,4 @@ }; | ||
expect(candidate.analysis.isSuiteLinkMatch).to.equal('51'); | ||
expect(candidate.analysis.noStat).to.equal('52'); | ||
}); | ||
}); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
156588
3571
0