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

get-top-countries-of-partners-hubspot

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-top-countries-of-partners-hubspot - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"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 @@ });

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