🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rrdom-nodejs

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrdom-nodejs - npm Package Compare versions

Comparing version
2.0.1
to
2.1.0
+7
-3
package.json
{
"name": "rrdom-nodejs",
"version": "2.0.1",
"version": "2.1.0",
"scripts": {

@@ -14,2 +14,5 @@ "dev": "vite build --watch",

"keywords": [
"devtools",
"product-analytics",
"real-user-monitoring",
"rrweb",

@@ -27,2 +30,3 @@ "rrdom-nodejs"

"unpkg": "./dist/rrdom-nodejs.umd.cjs",
"jsdelivr": "./umd/rrdom-nodejs.js",
"typings": "dist/index.d.ts",

@@ -65,5 +69,5 @@ "exports": {

"nwsapi": "2.2.0",
"rrdom": "^2.0.1",
"@rrweb/types": "^2.0.1"
"rrdom": "^2.1.0",
"@rrweb/types": "^2.1.0"
}
}
# rrdom-nodejs
`rrdom-nodejs` is a Node.js implementation of the [`rrdom`](../rrdom/) library. It allows you to replay and inspect recorded user interactions with `rrweb` in a Node.js environment.
## Overview
`rrdom-nodejs` is a Node.js implementation of the [`rrdom`](../rrdom/) library for use in server side processing of rrweb data. It allows you to replay and inspect recorded user interactions with `rrweb` in a Node.js environment.
See the [guide](../../guide.md) for more info on rrweb.

@@ -6,0 +8,0 @@