Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-core - npm Package Compare versions

Comparing version 4.10.1 to 4.10.2

2

cjs/boot/init.js

@@ -9,3 +9,3 @@ "use strict";

var publicApi = (0, utils_1.assign)({
version: "4.10.1",
version: "4.10.2",
// This API method is intentionally not monitored, since the only thing executed is the

@@ -12,0 +12,0 @@ // user-provided 'callback'. All SDK usages executed in the callback should be monitored, and

@@ -32,5 +32,5 @@ "use strict";

var parameters = "ddsource=".concat(source || 'browser') +
"&ddtags=".concat(encodeURIComponent(["sdk_version:".concat("4.10.1")].concat(tags).join(','))) +
"&ddtags=".concat(encodeURIComponent(["sdk_version:".concat("4.10.2")].concat(tags).join(','))) +
"&dd-api-key=".concat(clientToken) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.10.1")) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.10.2")) +
'&dd-evp-origin=browser' +

@@ -37,0 +37,0 @@ "&dd-request-id=".concat((0, utils_1.generateUUID)());

@@ -13,3 +13,3 @@ "use strict";

configuration_1.INTAKE_SITE_US5,
// INTAKE_SITE_US3,
configuration_1.INTAKE_SITE_US3,
// INTAKE_SITE_EU,

@@ -45,3 +45,3 @@ // INTAKE_SITE_US,

service: 'browser-sdk',
version: "4.10.1",
version: "4.10.2",
source: 'browser',

@@ -48,0 +48,0 @@ _dd: {

@@ -21,3 +21,3 @@ "use strict";

endpointType: endpointType,
version: "4.10.1",
version: "4.10.2",
connection: navigator.connection ? navigator.connection.effectiveType : undefined,

@@ -24,0 +24,0 @@ onLine: navigator.onLine,

@@ -6,3 +6,3 @@ import { setDebugMode } from '../domain/internalMonitoring';

var publicApi = assign({
version: "4.10.1",
version: "4.10.2",
// This API method is intentionally not monitored, since the only thing executed is the

@@ -9,0 +9,0 @@ // user-provided 'callback'. All SDK usages executed in the callback should be monitored, and

@@ -29,5 +29,5 @@ import { timeStampNow } from '../../tools/timeUtils';

var parameters = "ddsource=".concat(source || 'browser') +
"&ddtags=".concat(encodeURIComponent(["sdk_version:".concat("4.10.1")].concat(tags).join(','))) +
"&ddtags=".concat(encodeURIComponent(["sdk_version:".concat("4.10.2")].concat(tags).join(','))) +
"&dd-api-key=".concat(clientToken) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.10.1")) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.10.2")) +
'&dd-evp-origin=browser' +

@@ -34,0 +34,0 @@ "&dd-request-id=".concat(generateUUID());

@@ -7,6 +7,6 @@ import { display } from '../../tools/display';

import { timeStampNow } from '../../tools/timeUtils';
import { isExperimentalFeatureEnabled, INTAKE_SITE_STAGING, INTAKE_SITE_US5 } from '../configuration';
import { isExperimentalFeatureEnabled, INTAKE_SITE_STAGING, INTAKE_SITE_US5, INTAKE_SITE_US3 } from '../configuration';
var TELEMETRY_ALLOWED_SITES = [
INTAKE_SITE_US5,
// INTAKE_SITE_US3,
INTAKE_SITE_US3,
// INTAKE_SITE_EU,

@@ -42,3 +42,3 @@ // INTAKE_SITE_US,

service: 'browser-sdk',
version: "4.10.1",
version: "4.10.2",
source: 'browser',

@@ -45,0 +45,0 @@ _dd: {

@@ -17,3 +17,3 @@ import { isExperimentalFeatureEnabled } from '../domain/configuration';

endpointType: endpointType,
version: "4.10.1",
version: "4.10.2",
connection: navigator.connection ? navigator.connection.effectiveType : undefined,

@@ -20,0 +20,0 @@ onLine: navigator.onLine,

{
"name": "@datadog/browser-core",
"version": "4.10.1",
"version": "4.10.2",
"license": "Apache-2.0",

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

},
"gitHead": "e5626dc79ba7f597662015c528de80fc611d076b"
"gitHead": "86c2ac3a95efc8e21387e2a711980ed0dedb60a8"
}

@@ -246,3 +246,3 @@ import type { Context } from '../../tools/context'

{ site: INTAKE_SITE_US5, enabled: true },
{ site: INTAKE_SITE_US3, enabled: false },
{ site: INTAKE_SITE_US3, enabled: true },
{ site: INTAKE_SITE_EU, enabled: false },

@@ -249,0 +249,0 @@ { site: INTAKE_SITE_US, enabled: false },

@@ -9,3 +9,3 @@ import type { Context } from '../../tools/context'

import { timeStampNow } from '../../tools/timeUtils'
import { isExperimentalFeatureEnabled, INTAKE_SITE_STAGING, INTAKE_SITE_US5 } from '../configuration'
import { isExperimentalFeatureEnabled, INTAKE_SITE_STAGING, INTAKE_SITE_US5, INTAKE_SITE_US3 } from '../configuration'
import type { TelemetryEvent } from './telemetryEvent.types'

@@ -40,3 +40,3 @@

INTAKE_SITE_US5,
// INTAKE_SITE_US3,
INTAKE_SITE_US3,
// INTAKE_SITE_EU,

@@ -43,0 +43,0 @@ // INTAKE_SITE_US,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc