Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
254
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.24.1 to 4.25.0

2

cjs/boot/init.js

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

var publicApi = (0, utils_1.assign)({
version: "4.24.1",
version: "4.25.0",
// 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

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

build: function (retry) {
var tags = ["sdk_version:".concat("4.24.1")].concat(configurationTags);
var tags = ["sdk_version:".concat("4.25.0")].concat(configurationTags);
if (retry) {

@@ -35,3 +35,3 @@ tags.push("retry_count:".concat(retry.count), "retry_after:".concat(retry.lastFailureStatus));

"&dd-api-key=".concat(clientToken) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.24.1")) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.25.0")) +
'&dd-evp-origin=browser' +

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

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

track_cross_platform_long_tasks?: boolean | undefined;
use_attach_to_existing?: boolean | undefined;
use_first_party_hosts?: boolean | undefined;

@@ -75,0 +74,0 @@ initialization_type?: string | undefined;

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

service: telemetryService,
version: "4.24.1",
version: "4.25.0",
source: 'browser',

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

@@ -231,6 +231,2 @@ /**

/**
* Whether the cross-platform SDK was initialized on top of a pre-existing native SDK instance
*/
use_attach_to_existing?: boolean;
/**
* Whether the client has provided a list of first party hosts

@@ -237,0 +233,0 @@ */

@@ -6,3 +6,3 @@ import { catchUserErrors } from '../tools/catchUserErrors';

var publicApi = assign({
version: "4.24.1",
version: "4.25.0",
// 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

@@ -24,3 +24,3 @@ import { timeStampNow } from '../../tools/timeUtils';

build: function (retry) {
var tags = ["sdk_version:".concat("4.24.1")].concat(configurationTags);
var tags = ["sdk_version:".concat("4.25.0")].concat(configurationTags);
if (retry) {

@@ -32,3 +32,3 @@ tags.push("retry_count:".concat(retry.count), "retry_after:".concat(retry.lastFailureStatus));

"&dd-api-key=".concat(clientToken) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.24.1")) +
"&dd-evp-origin-version=".concat(encodeURIComponent("4.25.0")) +
'&dd-evp-origin=browser' +

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

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

track_cross_platform_long_tasks?: boolean | undefined;
use_attach_to_existing?: boolean | undefined;
use_first_party_hosts?: boolean | undefined;

@@ -75,0 +74,0 @@ initialization_type?: string | undefined;

@@ -40,3 +40,3 @@ import { ConsoleApiName } from '../../tools/display';

service: telemetryService,
version: "4.24.1",
version: "4.25.0",
source: 'browser',

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

@@ -231,6 +231,2 @@ /**

/**
* Whether the cross-platform SDK was initialized on top of a pre-existing native SDK instance
*/
use_attach_to_existing?: boolean;
/**
* Whether the client has provided a list of first party hosts

@@ -237,0 +233,0 @@ */

{
"name": "@datadog/browser-core",
"version": "4.24.1",
"version": "4.25.0",
"license": "Apache-2.0",

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

},
"gitHead": "6598118ed2c0507bd44d26a03a7a0e2fd08f0710"
"gitHead": "f66e5c81ad28c86a74ecd319cc10290e875442e9"
}

@@ -237,6 +237,2 @@ /* eslint-disable */

/**
* Whether the cross-platform SDK was initialized on top of a pre-existing native SDK instance
*/
use_attach_to_existing?: boolean
/**
* Whether the client has provided a list of first party hosts

@@ -243,0 +239,0 @@ */

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