@rrweb/record
Advanced tools
+4
-4
| { | ||
| "name": "@rrweb/record", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "publishConfig": { | ||
@@ -60,5 +60,5 @@ "access": "public" | ||
| "dependencies": { | ||
| "@rrweb/types": "^2.0.0", | ||
| "rrweb": "^2.0.0", | ||
| "@rrweb/utils": "^2.0.0" | ||
| "@rrweb/types": "^2.0.1", | ||
| "rrweb": "^2.0.1", | ||
| "@rrweb/utils": "^2.0.1" | ||
| }, | ||
@@ -65,0 +65,0 @@ "browserslist": [ |
+50
-16
@@ -18,17 +18,17 @@ # @rrweb/record | ||
| ### 2) Browser Without Bundler (ESM + import maps) | ||
| ### 2) Browser Without Bundler (ESM) | ||
| Use the CDN-hosted `@rrweb/record` browser asset when loading directly in the | ||
| browser: | ||
| ```html | ||
| <script type="importmap"> | ||
| { | ||
| "imports": { | ||
| "@rrweb/record": "https://cdn.jsdelivr.net/npm/@rrweb/record@latest/+esm" | ||
| } | ||
| } | ||
| </script> | ||
| <script type="module"> | ||
| import { record } from '@rrweb/record'; | ||
| import { record } from 'https://cdn.rrweb.com/record/current/dist/record.js'; | ||
| </script> | ||
| ``` | ||
| Use `current` for the latest stable release, or pin an exact version such as | ||
| `https://cdn.rrweb.com/record/2.0.0/dist/record.js` for immutable | ||
| production URLs. | ||
| ### 3) Legacy Direct `<script>` Include (UMD fallback) | ||
@@ -39,3 +39,3 @@ | ||
| ```html | ||
| <script src="https://cdn.jsdelivr.net/npm/@rrweb/record@latest/umd/record.min.js"></script> | ||
| <script src="https://cdn.rrweb.com/record/current/dist/record.umd.cjs"></script> | ||
| ``` | ||
@@ -171,3 +171,3 @@ | ||
| <a href="http://www.smartx.com/" target="_blank"> | ||
| <img width="195px" src="https://www.rrweb.io/logos/smartx.png"> | ||
| <img width="195px" src="https://raw.githubusercontent.com/rrweb-io/web/master/static/logos/smartx.png" alt="SmartX"> | ||
| </a> | ||
@@ -177,3 +177,3 @@ </td> | ||
| <a href="https://posthog.com?utm_source=rrweb&utm_medium=sponsorship&utm_campaign=open-source-sponsorship" target="_blank"> | ||
| <img width="195px" src="https://www.rrweb.io/logos/posthog.png"> | ||
| <img width="195px" src="https://rrweb.com/posthog.png" alt="PostHog"> | ||
| </a> | ||
@@ -192,4 +192,36 @@ </td> | ||
| </tr> | ||
| <tr> | ||
| <tr> | ||
| <td align="center"> | ||
| <a href="https://sentry.io" target="_blank"> | ||
| <img width="195px" src="https://rrweb.com/sentry.png" alt="Sentry"> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://www.pendo.io" target="_blank"> | ||
| <img width="195px" src="https://rrweb.com/pendo.png" alt="Pendo"> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://mixpanel.com" target="_blank"> | ||
| <img width="195px" src="https://rrweb.com/mixpanel.png" alt="Mixpanel"> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://www.datadoghq.com" target="_blank"> | ||
| <img width="195px" src="https://rrweb.com/datadog.png" alt="Datadog"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td align="center"> | ||
| <a href="https://amplitude.com" target="_blank"> | ||
| <img width="195px" src="https://rrweb.com/amplitude.png" alt="Amplitude"> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://newrelic.com" target="_blank"> | ||
| <img width="195px" src="https://rrweb.com/new%20relic.png" alt="New Relic"> | ||
| </a> | ||
| </td> | ||
| <td align="center"> | ||
| <a href="https://cux.io" target="_blank"> | ||
@@ -204,2 +236,4 @@ <img style="padding: 8px" alt="The first ever UX automation tool" width="195px" src="https://cux.io/cux-logo.svg"> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td align="center"> | ||
@@ -212,7 +246,5 @@ <a href="https://highlight.io" target="_blank"> | ||
| <a href="https://analyzee.io" target="_blank"> | ||
| <img style="padding: 8px" alt="Comprehensive data analytics platform that empowers businesses to gain valuable insights and make data-driven decisions." width="195px" src="https://cdn.analyzee.io/assets/analyzee-logo.png"> | ||
| <img style="padding: 8px" alt="Comprehensive data analytics platform that empowers businesses to gain valuable insights and make data-driven decisions." width="195px" src="https://analyzee.io/img/analyzee-main-logo.webp"> | ||
| </a> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td align="center"> | ||
@@ -228,2 +260,4 @@ <a href="https://requestly.io" target="_blank"> | ||
| </td> | ||
| </tr> | ||
| <tr> | ||
| <td align="center"> | ||
@@ -230,0 +264,0 @@ <a href="https://uxwizz.com" target="_blank"> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
2218475
0.41%21031
0.4%267
14.59%7
16.67%Updated
Updated
Updated