Gathering detailed insights and metrics for @rrweb/types
Gathering detailed insights and metrics for @rrweb/types
Gathering detailed insights and metrics for @rrweb/types
Gathering detailed insights and metrics for @rrweb/types
npm install @rrweb/types
@rrweb/utils@2.0.0-alpha.17
Published on 02 Aug 2024
@rrweb/types@2.0.0-alpha.17
Published on 02 Aug 2024
rrweb-snapshot@2.0.0-alpha.17
Published on 02 Aug 2024
rrweb-player@2.0.0-alpha.17
Published on 02 Aug 2024
rrweb@2.0.0-alpha.17
Published on 02 Aug 2024
rrvideo@2.0.0-alpha.17
Published on 02 Aug 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
16,859 Stars
1,265 Commits
1,436 Forks
195 Watching
27 Branches
126 Contributors
Updated on 28 Nov 2024
TypeScript (87.79%)
JavaScript (5.6%)
HTML (4.64%)
Svelte (1.69%)
CSS (0.26%)
Shell (0.03%)
Cumulative downloads
Total Downloads
Last day
-2.5%
94,862
Compared to previous day
Last week
1.8%
509,204
Compared to previous week
Last month
4.5%
2,100,731
Compared to previous month
Last year
893.5%
12,610,422
Compared to previous year
1
2
The rrweb documentary (in Chinese, with English subtitles)
I have joined Github Sponsors and highly appreciate your sponsorship.
rrweb refers to 'record and replay the web', which is a tool for recording and replaying users' interactions on the web.
📚 Read the rrweb guide here. 📚
📺 Presentation: Hacking the browser to digital twin your users 📺
rrweb is mainly composed of 3 parts:
Since we want the record and replay sides to share a strongly typed data structure, rrweb is developed with typescript which provides stronger type support.
yarn install
in the root to install required dependencies for all sub-packages (note: npm install
is not recommended).yarn build:all
to build all packages and get a stable base, then yarn dev
in the root to get auto-building for all the sub-packages whenever you modify anything.packages
folder) where you'd like to make a change.yarn test
to run the tests, make sure they pass before you commit anything. Add test cases in order to avoid future regression.yarn test:update
and carefully commit the changes in test output.Protip: You can run yarn test
in the root folder to run all the tests.
In addition to adding integration tests and unit tests, rrweb also provides a REPL testing tool.
Become a sponsor and get your logo on our README on Github with a link to your site.
Yuyz0112 |
Yun Feng |
eoghanmurray |
Juice10 open for rrweb consulting |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 26/27 approved changesets -- score normalized to 9
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More