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

@expo/rudder-sdk-node

Package Overview
Dependencies
Maintainers
24
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/rudder-sdk-node

Compact fork of rudder-node-sdk

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
24
Created
Source

@expo/rudder-sdk-node CI

A lightweight Node SDK for RudderStack with minimal dependencies. This is designed for client-side Node applications like CLIs. This library is smaller than RudderStack's Node library and doesn't include support for the Redis persistence queue.

It is fully written in TypeScript and exports first-class type declarations to users of this package.

Installation

$ npm install @expo/rudder-sdk-node

Usage

import Analytics from '@expo/rudder-sdk-node';

// Specify the batch endpoint of the Rudder server you are running
const client = new Analytics('write key', '<data-plane-uri>/v1/batch');

client.track({
  event: 'event name',
  userId: 'user id',
});

const flushResponse = await client.flush();

Documentation

Look at the TypeScript type declarations and the source code of this library.

RudderStack's documentation for a different but related library is available here.

Keywords

FAQs

Package last updated on 22 Nov 2021

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

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