Socket
Socket
Sign inDemoInstall

@datadog/browser-rum

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-rum - npm Package Compare versions

Comparing version 4.29.1 to 4.30.0

25

cjs/types/sessionReplay.d.ts

@@ -360,5 +360,26 @@ /**

readonly type: 0;
/**
* Stylesheet added dynamically
*/
readonly adoptedStyleSheets?: StyleSheet[];
childNodes: SerializedNodeWithId[];
}
/**
* Browser-specific. Schema of a StyleSheet
*/
export interface StyleSheet {
/**
* CSS rules applied (rule.cssText)
*/
cssRules: string[];
/**
* MediaList of the stylesheet
*/
media?: string[];
/**
* Is the stylesheet disabled
*/
disabled?: boolean;
}
/**
* Schema of a Document FragmentNode.

@@ -372,2 +393,6 @@ */

/**
* Stylesheet added dynamically
*/
readonly adoptedStyleSheets?: StyleSheet[];
/**
* Is this node a shadow root or not

@@ -374,0 +399,0 @@ */

@@ -360,5 +360,26 @@ /**

readonly type: 0;
/**
* Stylesheet added dynamically
*/
readonly adoptedStyleSheets?: StyleSheet[];
childNodes: SerializedNodeWithId[];
}
/**
* Browser-specific. Schema of a StyleSheet
*/
export interface StyleSheet {
/**
* CSS rules applied (rule.cssText)
*/
cssRules: string[];
/**
* MediaList of the stylesheet
*/
media?: string[];
/**
* Is the stylesheet disabled
*/
disabled?: boolean;
}
/**
* Schema of a Document FragmentNode.

@@ -372,2 +393,6 @@ */

/**
* Stylesheet added dynamically
*/
readonly adoptedStyleSheets?: StyleSheet[];
/**
* Is this node a shadow root or not

@@ -374,0 +399,0 @@ */

10

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

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

"dependencies": {
"@datadog/browser-core": "4.29.1",
"@datadog/browser-rum-core": "4.29.1"
"@datadog/browser-core": "4.30.0",
"@datadog/browser-rum-core": "4.30.0"
},
"peerDependencies": {
"@datadog/browser-logs": "4.29.1"
"@datadog/browser-logs": "4.30.0"
},

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

},
"gitHead": "14b6b0d10999b8ab3b85c113da4e0399cb064295"
"gitHead": "fada5c570ec088b6df967f1eee32c887bd138ec8"
}

@@ -388,5 +388,26 @@ /* eslint-disable */

readonly type: 0
/**
* Stylesheet added dynamically
*/
readonly adoptedStyleSheets?: StyleSheet[]
childNodes: SerializedNodeWithId[]
}
/**
* Browser-specific. Schema of a StyleSheet
*/
export interface StyleSheet {
/**
* CSS rules applied (rule.cssText)
*/
cssRules: string[]
/**
* MediaList of the stylesheet
*/
media?: string[]
/**
* Is the stylesheet disabled
*/
disabled?: boolean
}
/**
* Schema of a Document FragmentNode.

@@ -400,2 +421,6 @@ */

/**
* Stylesheet added dynamically
*/
readonly adoptedStyleSheets?: StyleSheet[]
/**
* Is this node a shadow root or not

@@ -402,0 +427,0 @@ */

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

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