get-top-countries-of-partners-hubspot
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "get-top-countries-of-partners-hubspot", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A demo package that allows you to match retrieve top countries of partners from IP Pilot's database and save it for every company in your Hubspot account.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -49,3 +49,3 @@ 'use strict'; | ||
countries: result.data.filingsRequest.foreign_rep_url | ||
.map((el) => el.data_1 && el.data_1.length && el.data_1[0].foreign_rep_country) | ||
.map((el) => el.data_1 && el.data_1.length && `${el.data_1[0].foreign_rep_country} = ${el[Object.keys(el)[0]]}`) | ||
.join(', '), | ||
@@ -52,0 +52,0 @@ }); |
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
9674