New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@datadog/browser-rum-slim

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-rum-slim - npm Package Compare versions

Comparing version 5.19.0 to 5.20.0

33

cjs/entries/main.d.ts

@@ -0,33 +1,4 @@

import type { RumPublicApi } from '@datadog/browser-rum-core';
export { CommonProperties, RumPublicApi as RumGlobal, RumInitConfiguration, RumEvent, RumActionEvent, RumErrorEvent, RumLongTaskEvent, RumResourceEvent, RumViewEvent, RumEventDomainContext, RumViewEventDomainContext, RumErrorEventDomainContext, RumActionEventDomainContext, RumFetchResourceEventDomainContext, RumXhrResourceEventDomainContext, RumOtherResourceEventDomainContext, RumLongTaskEventDomainContext, } from '@datadog/browser-rum-core';
export { DefaultPrivacyLevel } from '@datadog/browser-core';
export declare const datadogRum: {
init: (initConfiguration: import("@datadog/browser-rum-core").RumInitConfiguration) => void;
setTrackingConsent: (trackingConsent: import("@datadog/browser-core").TrackingConsent) => void;
setGlobalContextProperty: (key: any, value: any) => void;
removeGlobalContextProperty: (key: any) => void;
getGlobalContext: () => import("@datadog/browser-core").Context;
setGlobalContext: (context: any) => void;
clearGlobalContext: () => void;
getInternalContext: (startTime?: number | undefined) => import("@datadog/browser-rum-core/cjs/domain/contexts/internalContext").InternalContext | undefined;
getInitConfiguration: () => import("@datadog/browser-rum-core").RumInitConfiguration | undefined;
addAction: (name: string, context?: object | undefined) => void;
addError: (error: unknown, context?: object | undefined) => void;
addTiming: (name: string, time?: number | undefined) => void;
setUser: (newUser: import("@datadog/browser-core").User) => void;
getUser: () => import("@datadog/browser-core").Context;
setUserProperty: (key: any, property: any) => void;
removeUserProperty: (key: any) => void;
clearUser: () => void;
startView: {
(name?: string | undefined): void;
(options: import("@datadog/browser-rum-core/cjs/domain/view/trackViews").ViewOptions): void;
};
stopSession: () => void;
addFeatureFlagEvaluation: (key: string, value: any) => void;
getSessionReplayLink: () => string | undefined;
startSessionReplayRecording: () => void;
stopSessionReplayRecording: () => void;
} & {
onReady(callback: () => void): void;
version: string;
};
export declare const datadogRum: RumPublicApi;

@@ -0,33 +1,4 @@

import type { RumPublicApi } from '@datadog/browser-rum-core';
export { CommonProperties, RumPublicApi as RumGlobal, RumInitConfiguration, RumEvent, RumActionEvent, RumErrorEvent, RumLongTaskEvent, RumResourceEvent, RumViewEvent, RumEventDomainContext, RumViewEventDomainContext, RumErrorEventDomainContext, RumActionEventDomainContext, RumFetchResourceEventDomainContext, RumXhrResourceEventDomainContext, RumOtherResourceEventDomainContext, RumLongTaskEventDomainContext, } from '@datadog/browser-rum-core';
export { DefaultPrivacyLevel } from '@datadog/browser-core';
export declare const datadogRum: {
init: (initConfiguration: import("@datadog/browser-rum-core").RumInitConfiguration) => void;
setTrackingConsent: (trackingConsent: import("@datadog/browser-core").TrackingConsent) => void;
setGlobalContextProperty: (key: any, value: any) => void;
removeGlobalContextProperty: (key: any) => void;
getGlobalContext: () => import("@datadog/browser-core").Context;
setGlobalContext: (context: any) => void;
clearGlobalContext: () => void;
getInternalContext: (startTime?: number | undefined) => import("@datadog/browser-rum-core/cjs/domain/contexts/internalContext").InternalContext | undefined;
getInitConfiguration: () => import("@datadog/browser-rum-core").RumInitConfiguration | undefined;
addAction: (name: string, context?: object | undefined) => void;
addError: (error: unknown, context?: object | undefined) => void;
addTiming: (name: string, time?: number | undefined) => void;
setUser: (newUser: import("@datadog/browser-core").User) => void;
getUser: () => import("@datadog/browser-core").Context;
setUserProperty: (key: any, property: any) => void;
removeUserProperty: (key: any) => void;
clearUser: () => void;
startView: {
(name?: string | undefined): void;
(options: import("@datadog/browser-rum-core/cjs/domain/view/trackViews").ViewOptions): void;
};
stopSession: () => void;
addFeatureFlagEvaluation: (key: string, value: any) => void;
getSessionReplayLink: () => string | undefined;
startSessionReplayRecording: () => void;
stopSessionReplayRecording: () => void;
} & {
onReady(callback: () => void): void;
version: string;
};
export declare const datadogRum: RumPublicApi;

10

package.json
{
"name": "@datadog/browser-rum-slim",
"version": "5.19.0",
"version": "5.20.0",
"license": "Apache-2.0",

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

"dependencies": {
"@datadog/browser-core": "5.19.0",
"@datadog/browser-rum-core": "5.19.0"
"@datadog/browser-core": "5.20.0",
"@datadog/browser-rum-core": "5.20.0"
},
"peerDependencies": {
"@datadog/browser-logs": "5.19.0"
"@datadog/browser-logs": "5.20.0"
},

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

},
"gitHead": "ce92533465ebb3c3d0142f0c7d83af471572a818"
"gitHead": "1dafdcfbf43a0f0ed8a0cbd5f13d16ba68378074"
}

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