# @amplitude/analytics-connector

> Connector package for Amplitude SDKs

Latest version **1.6.8** (published 2026-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @amplitude/analytics-connector
pnpm add @amplitude/analytics-connector
yarn add @amplitude/analytics-connector
bun add @amplitude/analytics-connector
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.6.8 |
| Published | 2026-09-10 |
| First published | 2022-02-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 17.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 18 |
| Author | Amplitude |
| Maintainers | curtisbliu, kelson.warner, sdk.dev, eric_amplitude, daniel-graham-amplitude, jjwang123 |

## Links

- npm: https://www.npmjs.com/package/@amplitude/analytics-connector
- Repository: https://github.com/amplitude/experiment-js-client
- Issues: https://github.com/amplitude/experiment-js-client/issues
- npm.io page: https://npm.io/package/@amplitude/analytics-connector

## Recent versions

- 1.6.8 (latest) — 2026-09-10
- 1.4.1-beta.0 (beta) — 2022-04-05
- 1.0.0-alpha.0 (alpha) — 2022-02-01
- 1.6.7 — 2026-08-19
- 1.6.6 — 2026-07-29
- 1.6.5 — 2026-07-07
- 1.6.4 — 2025-03-01
- 1.6.3 — 2025-02-14
- 1.6.2 — 2024-12-02
- 1.6.1 — 2024-10-31
- 1.6.0 — 2024-10-30
- 1.5.0 — 2023-08-22
- 1.4.8 — 2023-05-09
- 1.4.7 — 2023-04-19
- 1.4.6 — 2022-10-21
- … 7 more at https://npm.io/package/@amplitude/analytics-connector/versions

## README

<p align="center">
  <a href="https://amplitude.com" target="_blank" align="center">
    <img src="https://static.amplitude.com/lightning/46c85bfd91905de8047f1ee65c7c93d6fa9ee6ea/static/media/amplitude-logo-with-text.4fb9e463.svg" width="280">
  </a>
  <br />
</p>


# Experiment Browser SDK

## Overview

This is the JavaScript client (web browser) SDK for Experiment, Amplitude's
experimentation and feature management platform.

## Getting Started

Refer to the [Javascript SDK Developer Documentation](https://www.docs.developers.amplitude.com/experiment/sdks/javascript-sdk/) to get started.

## Examples

This repo contains various example applications for getting familiar with the 
SDK usage. Each example has two applications, one with a basic example, and 
another with an example for integrating with the amplitude analytics SDK.

 * Script Tag (HTML)
   * [Basic Example](https://github.com/amplitude/experiment-js-client/tree/main/examples/html-app/basic)
   * [Amplitude Analytics SDK Integration](https://github.com/amplitude/experiment-js-client/tree/main/examples/html-app/amplitude-integration)
* React
   * [Basic Example](https://github.com/amplitude/experiment-js-client/tree/main/examples/react-app/basic)
   * [Amplitude Analytics SDK Integration](https://github.com/amplitude/experiment-js-client/tree/main/examples/react-app/amplitude-integration)

## Browser Compatibility

Published browser builds target browsers that fully support ES6 and async
functions (Chrome 55+, Firefox 54+,
Safari 11+, Edge 15+). Internet Explorer is not supported.

---
_Source: https://npm.io/package/@amplitude/analytics-connector · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
