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.11.4 to 4.11.5

src/.DS_Store

2

cjs/boot/init.js

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

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

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

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

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

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

service: 'browser-sdk',
version: "4.11.4",
version: "4.11.5",
source: 'browser',

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

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

endpointType: endpointType,
version: "4.11.4",
version: "4.11.5",
connection: navigator.connection ? navigator.connection.effectiveType : undefined,

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

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

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

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

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

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

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

service: 'browser-sdk',
version: "4.11.4",
version: "4.11.5",
source: 'browser',

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

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

endpointType: endpointType,
version: "4.11.4",
version: "4.11.5",
connection: navigator.connection ? navigator.connection.effectiveType : undefined,

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

{
"name": "@datadog/browser-core",
"version": "4.11.4",
"version": "4.11.5",
"license": "Apache-2.0",

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

},
"gitHead": "c059f7a31fc28a270511780f3cc9a2dd4f260a37"
"gitHead": "155ee47fea83d0e3437a091013f610c8da99de4a"
}
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