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
0
Versions
167
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

to
6.6.0

cjs/boot/stubProfilerApi.d.ts

3

cjs/entries/main.js

@@ -8,6 +8,7 @@ "use strict";

const stubRecorderApi_1 = require("../boot/stubRecorderApi");
const stubProfilerApi_1 = require("../boot/stubProfilerApi");
var browser_core_2 = require("@datadog/browser-core");
Object.defineProperty(exports, "DefaultPrivacyLevel", { enumerable: true, get: function () { return browser_core_2.DefaultPrivacyLevel; } });
exports.datadogRum = (0, browser_rum_core_1.makeRumPublicApi)(browser_rum_core_1.startRum, (0, stubRecorderApi_1.makeRecorderApiStub)());
exports.datadogRum = (0, browser_rum_core_1.makeRumPublicApi)(browser_rum_core_1.startRum, (0, stubRecorderApi_1.makeRecorderApiStub)(), (0, stubProfilerApi_1.makeProfilerApiStub)());
(0, browser_core_1.defineGlobal)((0, browser_core_1.getGlobalObject)(), 'DD_RUM', exports.datadogRum);
//# sourceMappingURL=main.js.map

@@ -5,5 +5,6 @@ // Keep the following in sync with packages/rum/src/entries/main.ts

import { makeRecorderApiStub } from '../boot/stubRecorderApi';
import { makeProfilerApiStub } from '../boot/stubProfilerApi';
export { DefaultPrivacyLevel } from '@datadog/browser-core';
export const datadogRum = makeRumPublicApi(startRum, makeRecorderApiStub());
export const datadogRum = makeRumPublicApi(startRum, makeRecorderApiStub(), makeProfilerApiStub());
defineGlobal(getGlobalObject(), 'DD_RUM', datadogRum);
//# sourceMappingURL=main.js.map
{
"name": "@datadog/browser-rum-slim",
"version": "6.5.1",
"version": "6.6.0",
"license": "Apache-2.0",

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

"dependencies": {
"@datadog/browser-core": "6.5.1",
"@datadog/browser-rum-core": "6.5.1"
"@datadog/browser-core": "6.6.0",
"@datadog/browser-rum-core": "6.6.0"
},
"peerDependencies": {
"@datadog/browser-logs": "6.5.1"
"@datadog/browser-logs": "6.6.0"
},

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

},
"gitHead": "cf9462cb806ca4a75e6ce9798d4bf5bd06fd8843"
"gitHead": "40679312908393ce12b89b72186c21c33b584588"
}

@@ -6,2 +6,3 @@ // Keep the following in sync with packages/rum/src/entries/main.ts

import { makeRecorderApiStub } from '../boot/stubRecorderApi'
import { makeProfilerApiStub } from '../boot/stubProfilerApi'

@@ -31,3 +32,3 @@ export type {

export const datadogRum = makeRumPublicApi(startRum, makeRecorderApiStub())
export const datadogRum = makeRumPublicApi(startRum, makeRecorderApiStub(), makeProfilerApiStub())

@@ -34,0 +35,0 @@ interface BrowserWindow extends Window {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet