Socket
Socket
Sign inDemoInstall

@datadog/browser-rum

Package Overview
Dependencies
3
Maintainers
1
Versions
248
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.24.0 to 4.24.1

7

cjs/types/sessionReplay.d.ts

@@ -388,3 +388,10 @@ /**

childNodes: SerializedNodeWithId[];
/**
* Is this node a SVG instead of a HTML
*/
isSVG?: true;
/**
* Is this node a host of a shadow root
*/
isShadowHost?: true;
}

@@ -391,0 +398,0 @@ /**

@@ -388,3 +388,10 @@ /**

childNodes: SerializedNodeWithId[];
/**
* Is this node a SVG instead of a HTML
*/
isSVG?: true;
/**
* Is this node a host of a shadow root
*/
isShadowHost?: true;
}

@@ -391,0 +398,0 @@ /**

10

package.json
{
"name": "@datadog/browser-rum",
"version": "4.24.0",
"version": "4.24.1",
"license": "Apache-2.0",

@@ -15,7 +15,7 @@ "main": "cjs/entries/main.js",

"dependencies": {
"@datadog/browser-core": "4.24.0",
"@datadog/browser-rum-core": "4.24.0"
"@datadog/browser-core": "4.24.1",
"@datadog/browser-rum-core": "4.24.1"
},
"peerDependencies": {
"@datadog/browser-logs": "4.24.0"
"@datadog/browser-logs": "4.24.1"
},

@@ -36,3 +36,3 @@ "peerDependenciesMeta": {

},
"gitHead": "5d165e9050d3cb2554d5a402af6959c13ad3d26b"
"gitHead": "6598118ed2c0507bd44d26a03a7a0e2fd08f0710"
}

@@ -415,3 +415,10 @@ /* eslint-disable */

childNodes: SerializedNodeWithId[]
/**
* Is this node a SVG instead of a HTML
*/
isSVG?: true
/**
* Is this node a host of a shadow root
*/
isShadowHost?: true
}

@@ -418,0 +425,0 @@ /**

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc