New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@jitsu/catalog

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsu/catalog

This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys.

1.0.6
Version published
Weekly downloads
40
Maintainers
4
Weekly downloads
 
Created

@jitsu/catalog

This package contains the code that enables variety of features of Jitsu Sources, Destinations and API Keys.

At Jitsu we use it to power the Configurator front-end as well as to generate a part of the documentation at jitsu.com.

Usage

Just import the needed files from the catalog package.

import { allSources } from "@jitsu/catalog/sources/lib"

//...

return (
  <Component>
    {allSources.map(source => <ListItem title={source.name} icon={source.icom}>)}
  </Component>
)

FAQs

Package last updated on 25 Jan 2022

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