New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@comba/plugin-clearbit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@comba/plugin-clearbit

Official Clearbit user enrichment plugin for Comba.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Clearbit Plugin for Comba

Comba is an open-source and white-label customer support dashboard and widget that is powered by Stream. This is a plugin for Comba that adds support for people enrichment via Clearbit.

Installation

To install Comba, user npm or yarn (yarn is the preferred method for installation). Then create an account with Clearbit and copy your API Key. Once you have obtained your Clearbit API Key, add the plugin to the array in plugins.json as well as the API Key as an environment variable.

1. Install

$ yarn add @comba/plugin-clearbit

2. Create an account with Clearbit

Clearbit

3. Install jq (optional)

4. Add your environment variable to your .env file or Netlify account

$ echo 'CLEARBIT_API_KEY=YOUR_CLEARBIT_API_KEY' >> .env

Or on Netlify, head over to Build & Deploy > Environment > New Variable and add a new environment variable:

Netlify

Then click Save to deploy your new settings to Netlify.

5. Add your Clearbit API Key to your environment (with jq)

$ echo '[ "CLEARBIT_API_KEY=YOUR_CLEARBIT_API_KEY" ]' | jq

Note: For any issues or questions regarding this plugin, please provide feedback in the issues section and tag your issue with the plugin name.

FAQs

Package last updated on 16 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts