
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@rrweb/record
Advanced tools
This package contains all the record related code in rrweb. See the [guide](../../guide.md) for more info on rrweb.
This package contains all the record related code in rrweb. See the guide for more info on rrweb.
npm install @rrweb/record
import { record } from '@rrweb/record';
<script type="importmap">
{
"imports": {
"@rrweb/record": "https://cdn.jsdelivr.net/npm/@rrweb/record@latest/+esm"
}
}
</script>
<script type="module">
import { record } from '@rrweb/record';
</script>
<script> Include (UMD fallback)Use this only for compatibility with non-module environments.
<script src="https://cdn.jsdelivr.net/npm/@rrweb/record@latest/umd/record.min.js"></script>
The legacy UMD global is rrwebRecord.
import { record } from '@rrweb/record';
record({
emit(event) {
// send event to server
},
});
Currently this package is really just a wrapper around the record function in the main rrweb package.
All record related code will get moved here in the future.
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FAQs
This package contains all the record related code in rrweb. See the [guide](../../guide.md) for more info on rrweb.
The npm package @rrweb/record receives a total of 323,645 weekly downloads. As such, @rrweb/record popularity was classified as popular.
We found that @rrweb/record demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.