Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
1
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.1 to 1.12.2

2

cjs/configuration.d.ts

@@ -9,2 +9,3 @@ import { BuildEnv, Datacenter } from './init';

silentMultipleInit: boolean;
trackInteractions: boolean;
/**

@@ -41,2 +42,3 @@ * arbitrary value, byte precision not needed

silentMultipleInit?: boolean;
trackInteractions?: boolean;
proxyHost?: string;

@@ -43,0 +45,0 @@ service?: string;

@@ -12,2 +12,3 @@ "use strict";

silentMultipleInit: false,
trackInteractions: false,
/**

@@ -64,2 +65,5 @@ * arbitrary value, byte precision not needed

}
if ('trackInteractions' in userConfiguration) {
configuration.trackInteractions = !!userConfiguration.trackInteractions;
}
if (transportConfiguration.buildMode === 'e2e-test') {

@@ -66,0 +70,0 @@ if (userConfiguration.internalMonitoringEndpoint !== undefined) {

@@ -9,2 +9,3 @@ import { BuildEnv, Datacenter } from './init';

silentMultipleInit: boolean;
trackInteractions: boolean;
/**

@@ -41,2 +42,3 @@ * arbitrary value, byte precision not needed

silentMultipleInit?: boolean;
trackInteractions?: boolean;
proxyHost?: string;

@@ -43,0 +45,0 @@ service?: string;

@@ -10,2 +10,3 @@ import { __assign } from "tslib";

silentMultipleInit: false,
trackInteractions: false,
/**

@@ -62,2 +63,5 @@ * arbitrary value, byte precision not needed

}
if ('trackInteractions' in userConfiguration) {
configuration.trackInteractions = !!userConfiguration.trackInteractions;
}
if (transportConfiguration.buildMode === 'e2e-test') {

@@ -64,0 +68,0 @@ if (userConfiguration.internalMonitoringEndpoint !== undefined) {

4

package.json
{
"name": "@datadog/browser-core",
"version": "1.12.1",
"version": "1.12.2",
"license": "Apache-2.0",

@@ -25,3 +25,3 @@ "main": "cjs/index.js",

},
"gitHead": "9a75d2ebcec2ad2fb6eebc3c14206526395587df"
"gitHead": "847f6c595516af2065c2ab1a70b95d765ee3e6a8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc