Socket
Socket
Sign inDemoInstall

rrweb-snapshot

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrweb-snapshot - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

3

dist/browser.js

@@ -57,3 +57,3 @@ var rrwebSnapshot = (function (exports) {

}
var a = document.createElement('a');
var a = doc.createElement('a');
a.href = attributeValue;

@@ -262,2 +262,3 @@ return a.href;

exports.serializeNodeWithId = serializeNodeWithId;
exports.resetId = resetId;
exports.rebuild = rebuild;

@@ -264,0 +265,0 @@

@@ -58,3 +58,3 @@ 'use strict';

}
var a = document.createElement('a');
var a = doc.createElement('a');
a.href = attributeValue;

@@ -263,2 +263,3 @@ return a.href;

exports.serializeNodeWithId = serializeNodeWithId;
exports.resetId = resetId;
exports.rebuild = rebuild;

@@ -55,3 +55,3 @@ var NodeType;

}
var a = document.createElement('a');
var a = doc.createElement('a');
a.href = attributeValue;

@@ -258,2 +258,2 @@ return a.href;

export { snapshot, serializeNodeWithId, rebuild, NodeType };
export { snapshot, serializeNodeWithId, resetId, rebuild, NodeType };

@@ -11,1 +11,2 @@ import { serializedNodeWithId, idNodeMap } from './src/types';

): serializedNodeWithId | null;
export function resetId(): void;
{
"name": "rrweb-snapshot",
"version": "0.4.2",
"version": "0.4.3",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc