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

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
266
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 5.31.1 to 5.32.0

2

cjs/boot/init.js

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

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

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

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

var retry = _b.retry, encoding = _b.encoding;
var tags = ["sdk_version:".concat("5.31.1"), "api:".concat(api)].concat(configurationTags);
var tags = ["sdk_version:".concat("5.32.0"), "api:".concat(api)].concat(configurationTags);
if (retry) {

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

"dd-api-key=".concat(clientToken),
"dd-evp-origin-version=".concat(encodeURIComponent("5.31.1")),
"dd-evp-origin-version=".concat(encodeURIComponent("5.32.0")),
'dd-evp-origin=browser',

@@ -71,0 +71,0 @@ "dd-request-id=".concat((0, stringUtils_1.generateUUID)()),

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

service: telemetryService,
version: "5.31.1",
version: "5.32.0",
source: 'browser',

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

@@ -13,3 +13,4 @@ /**

REMOTE_CONFIGURATION = "remote_configuration",
LONG_ANIMATION_FRAME = "long_animation_frame"
LONG_ANIMATION_FRAME = "long_animation_frame",
ACTION_NAME_MASKING = "action_name_masking"
}

@@ -16,0 +17,0 @@ export declare function initFeatureFlags(enableExperimentalFeatures?: string[] | undefined): void;

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

ExperimentalFeature["LONG_ANIMATION_FRAME"] = "long_animation_frame";
ExperimentalFeature["ACTION_NAME_MASKING"] = "action_name_masking";
})(ExperimentalFeature || (exports.ExperimentalFeature = ExperimentalFeature = {}));

@@ -29,0 +30,0 @@ var enabledExperimentalFeatures = new Set();

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

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

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

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

var retry = _b.retry, encoding = _b.encoding;
var tags = ["sdk_version:".concat("5.31.1"), "api:".concat(api)].concat(configurationTags);
var tags = ["sdk_version:".concat("5.32.0"), "api:".concat(api)].concat(configurationTags);
if (retry) {

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

"dd-api-key=".concat(clientToken),
"dd-evp-origin-version=".concat(encodeURIComponent("5.31.1")),
"dd-evp-origin-version=".concat(encodeURIComponent("5.32.0")),
'dd-evp-origin=browser',

@@ -68,0 +68,0 @@ "dd-request-id=".concat(generateUUID()),

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

service: telemetryService,
version: "5.31.1",
version: "5.32.0",
source: 'browser',

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

@@ -13,3 +13,4 @@ /**

REMOTE_CONFIGURATION = "remote_configuration",
LONG_ANIMATION_FRAME = "long_animation_frame"
LONG_ANIMATION_FRAME = "long_animation_frame",
ACTION_NAME_MASKING = "action_name_masking"
}

@@ -16,0 +17,0 @@ export declare function initFeatureFlags(enableExperimentalFeatures?: string[] | undefined): void;

@@ -19,2 +19,3 @@ /**

ExperimentalFeature["LONG_ANIMATION_FRAME"] = "long_animation_frame";
ExperimentalFeature["ACTION_NAME_MASKING"] = "action_name_masking";
})(ExperimentalFeature || (ExperimentalFeature = {}));

@@ -21,0 +22,0 @@ var enabledExperimentalFeatures = new Set();

{
"name": "@datadog/browser-core",
"version": "5.31.1",
"version": "5.32.0",
"license": "Apache-2.0",

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

},
"gitHead": "aa852195227ff9e7a8e7e4763803b65c43d5a73f"
"gitHead": "bbd2e32d488059fcb4dfea26a14c8113f63f326e"
}

@@ -20,2 +20,3 @@ /**

LONG_ANIMATION_FRAME = 'long_animation_frame',
ACTION_NAME_MASKING = 'action_name_masking',
}

@@ -22,0 +23,0 @@

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