Gathering detailed insights and metrics for @sentry-internal/rrweb-snapshot
Gathering detailed insights and metrics for @sentry-internal/rrweb-snapshot
npm install @sentry-internal/rrweb-snapshot
Typescript
Module System
Node Version
NPM Version
94.3
Supply Chain
83.8
Quality
97.4
Maintenance
100
Vulnerability
100
License
@rrweb/utils@2.0.0-alpha.18
Published on 06 Dec 2024
@rrweb/types@2.0.0-alpha.18
Published on 06 Dec 2024
rrweb-player@2.0.0-alpha.18
Published on 06 Dec 2024
rrweb-snapshot@2.0.0-alpha.18
Published on 06 Dec 2024
rrweb@2.0.0-alpha.18
Published on 06 Dec 2024
rrvideo@2.0.0-alpha.18
Published on 06 Dec 2024
TypeScript (87.86%)
JavaScript (5.57%)
HTML (4.61%)
Svelte (1.68%)
CSS (0.25%)
Shell (0.03%)
Total Downloads
904,849
Last Day
3,200
Last Week
14,173
Last Month
64,840
Last Year
622,658
17,098 Stars
1,274 Commits
1,460 Forks
194 Watching
26 Branches
126 Contributors
Minified
Minified + Gzipped
Latest Version
2.31.0
Package Id
@sentry-internal/rrweb-snapshot@2.31.0
Unpacked Size
328.95 kB
Size
71.61 kB
File Count
22
NPM Version
10.9.0
Node Version
22.12.0
Publised On
11 Dec 2024
Cumulative downloads
Total Downloads
Last day
-3.3%
3,200
Compared to previous day
Last week
-11.7%
14,173
Compared to previous week
Last month
11.1%
64,840
Compared to previous month
Last year
120.9%
622,658
Compared to previous year
Snapshot the DOM into a stateful and serializable data structure. Also, provide the ability to rebuild the DOM via snapshot.
This module export following methods:
snapshot
will traverse the DOM and return a stateful and serializable data structure which can represent the current DOM view.
There are several things will be done during snapshot:
noscript
tags to avoid scripts being executed.rebuild
will build the DOM according to the taken snapshot.
There are several things will be done during rebuild:
serializeNodeWithId
can serialize a node into snapshot format with id.
buildNodeWithSN
will build DOM from serialized node and store serialized information in the mirror.getMeta(node)
.
No vulnerabilities found.
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 26/27 approved changesets -- score normalized to 9
Reason
9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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