New:Socket for Asana Is Now Available.Learn more
Get Started

@browser-replay/replay

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

@browser-replay/replay

DOM replay engine for browser-replay

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

@browser-replay/replay

This package contains all the necessary code to replay recorded events. See the guide for more info on rrweb.

Installation

npm install @browser-replay/replay

Usage

import { Replayer } from '@browser-replay/replay';

const replayer = new Replayer(events, {
  // options
});
replayer.play();

Notes

Currently this package is really just a wrapper around the Replayer class in the main rrweb package. All Replayer related code will get moved here in the future.

Keywords

browser-replay

FAQs

Package last updated on 17 Jun 2026

Related posts