New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
272
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 6.2.0 to 6.2.1

2

cjs/boot/init.js

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

const publicApi = {
version: "6.2.0",
version: "6.2.1",
// This API method is intentionally not monitored, since the only thing executed is the

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

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

function buildEndpointParameters({ clientToken, internalAnalyticsSubdomain }, trackType, configurationTags, api, { retry, encoding }) {
const tags = [`sdk_version:${"6.2.0"}`, `api:${api}`].concat(configurationTags);
const tags = [`sdk_version:${"6.2.1"}`, `api:${api}`].concat(configurationTags);
if (retry) {

@@ -67,3 +67,3 @@ tags.push(`retry_count:${retry.count}`, `retry_after:${retry.lastFailureStatus}`);

`dd-api-key=${clientToken}`,
`dd-evp-origin-version=${encodeURIComponent("6.2.0")}`,
`dd-evp-origin-version=${encodeURIComponent("6.2.1")}`,
'dd-evp-origin=browser',

@@ -70,0 +70,0 @@ `dd-request-id=${(0, stringUtils_1.generateUUID)()}`,

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

service: telemetryService,
version: "6.2.0",
version: "6.2.1",
source: 'browser',

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

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

const publicApi = {
version: "6.2.0",
version: "6.2.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

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

function buildEndpointParameters({ clientToken, internalAnalyticsSubdomain }, trackType, configurationTags, api, { retry, encoding }) {
const tags = [`sdk_version:${"6.2.0"}`, `api:${api}`].concat(configurationTags);
const tags = [`sdk_version:${"6.2.1"}`, `api:${api}`].concat(configurationTags);
if (retry) {

@@ -63,3 +63,3 @@ tags.push(`retry_count:${retry.count}`, `retry_after:${retry.lastFailureStatus}`);

`dd-api-key=${clientToken}`,
`dd-evp-origin-version=${encodeURIComponent("6.2.0")}`,
`dd-evp-origin-version=${encodeURIComponent("6.2.1")}`,
'dd-evp-origin=browser',

@@ -66,0 +66,0 @@ `dd-request-id=${generateUUID()}`,

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

service: telemetryService,
version: "6.2.0",
version: "6.2.1",
source: 'browser',

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

{
"name": "@datadog/browser-core",
"version": "6.2.0",
"version": "6.2.1",
"license": "Apache-2.0",

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

},
"gitHead": "a1a15c22c45a1a800851ab90a56956d5d567866d"
"gitHead": "a667ee7097d8cecfefa5c08b03b9d1409f6c7244"
}
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