🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@flashcatcloud/browser-core

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flashcatcloud/browser-core - npm Package Compare versions

Comparing version
0.0.3-beta.1
to
0.0.3-beta.2
+1
-1
cjs/boot/init.js

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

const publicApi = {
version: "0.0.3-beta.1",
version: "0.0.3-beta.2",
// 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

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

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

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

`dd-api-key=${clientToken}`,
`dd-evp-origin-version=${encodeURIComponent("0.0.3-beta.1")}`,
`dd-evp-origin-version=${encodeURIComponent("0.0.3-beta.2")}`,
'dd-evp-origin=browser',

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

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

service: telemetryService,
version: "0.0.3-beta.1",
version: "0.0.3-beta.2",
source: 'browser',

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

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

const publicApi = {
version: "0.0.3-beta.1",
version: "0.0.3-beta.2",
// 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

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

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

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

`dd-api-key=${clientToken}`,
`dd-evp-origin-version=${encodeURIComponent("0.0.3-beta.1")}`,
`dd-evp-origin-version=${encodeURIComponent("0.0.3-beta.2")}`,
'dd-evp-origin=browser',

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

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

service: telemetryService,
version: "0.0.3-beta.1",
version: "0.0.3-beta.2",
source: 'browser',

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

{
"name": "@flashcatcloud/browser-core",
"version": "0.0.3-beta.1",
"version": "0.0.3-beta.2",
"license": "Apache-2.0",

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

},
"gitHead": "75848ad19400599c03e1c017fa25bca4f8679523"
"gitHead": "98dc7e6a14c488d6e0d6e168ed527e4a64280a97"
}