Socket
Book a DemoInstallSign in
Socket

@eucalyptusvc/segment

Package Overview
Dependencies
Maintainers
7
Versions
34
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

@eucalyptusvc/segment

This is a dedicated module for interaction with the Segment SDK.

unpublished
latest
Source
npmnpm
Version
1.1.24
Version published
Maintainers
7
Created
Source

@eucalyptusvc/segment

This is a wrapper for the segment node library.

Install

With yarn:

yarn add @eucalyptusvc/segment

With npm:

npm install @eucalyptusvc/segment

Usage

import { segment, Analytics } from '@eucalyptusvc/segment';

export function analytics(): Analytics {
  return segment(process.env.SEGMENT_KEY);
}

Development

  • Install dependencies using yarn install or npm install
  • Start development server using yarn watch

FAQs

Package last updated on 12 Oct 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