Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
0
Maintainers
1
Versions
248
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.32.0 to 4.32.1

2

cjs/boot/init.js

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

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

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

build: function (api, retry) {
var tags = ["sdk_version:".concat("4.32.0"), "api:".concat(api)].concat(configurationTags);
var tags = ["sdk_version:".concat("4.32.1"), "api:".concat(api)].concat(configurationTags);
if (retry) {

@@ -34,3 +34,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.32.0")),
"dd-evp-origin-version=".concat(encodeURIComponent("4.32.1")),
'dd-evp-origin=browser',

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

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

service: telemetryService,
version: "4.32.0",
version: "4.32.1",
source: 'browser',

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

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

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

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

build: function (api, retry) {
var tags = ["sdk_version:".concat("4.32.0"), "api:".concat(api)].concat(configurationTags);
var tags = ["sdk_version:".concat("4.32.1"), "api:".concat(api)].concat(configurationTags);
if (retry) {

@@ -31,3 +31,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.32.0")),
"dd-evp-origin-version=".concat(encodeURIComponent("4.32.1")),
'dd-evp-origin=browser',

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

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

service: telemetryService,
version: "4.32.0",
version: "4.32.1",
source: 'browser',

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

{
"name": "@datadog/browser-core",
"version": "4.32.0",
"version": "4.32.1",
"license": "Apache-2.0",

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

},
"gitHead": "6c048d69afd02c14515af5335b446932d85487fd"
"gitHead": "c9e05c379595bfe664fbc673f2d429b3dee5274a"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc