@microsoft/applicationinsights-dependencies-js 2.7.3-nightly.2201-02 → 2.7.4-nightly.2202-02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-dependencies-js.integrity.json +9 -9
- package/browser/applicationinsights-dependencies-js.js +40 -30
- package/browser/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/applicationinsights-dependencies-js.min.js +2 -2
- package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +40 -30
- package/dist/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.min.js +2 -2
- package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.rollup.d.ts +1 -1
- package/dist-esm/TraceParent.js +1 -1
- package/dist-esm/ajax.js +1 -1
- package/dist-esm/ajaxRecord.js +1 -1
- package/dist-esm/ajaxUtils.js +1 -1
- package/dist-esm/applicationinsights-dependencies-js.js +1 -1
- package/package.json +4 -4
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.4-nightly.2202-02",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-dependencies-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-I0AUMqREH5ENAVc3dCBybFDDV9yzBtk3xNIHTPNtc8s= sha384-0szbmd0sTA1LZ3zRt7FwRv575drAcgnTyOTYY13noVbF9kO6wgaiadsW3XvNZCYi sha512-SCd7V/ZnL/CugYl27ix4SvgeKLqKtzBGbdwyAZlyBuQ+7qVD0yp6ihBYgEbiO907lal+HZEHxRvQRUZsMMZCIA==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "I0AUMqREH5ENAVc3dCBybFDDV9yzBtk3xNIHTPNtc8s=",
|
|
11
|
+
"sha384": "0szbmd0sTA1LZ3zRt7FwRv575drAcgnTyOTYY13noVbF9kO6wgaiadsW3XvNZCYi",
|
|
12
|
+
"sha512": "SCd7V/ZnL/CugYl27ix4SvgeKLqKtzBGbdwyAZlyBuQ+7qVD0yp6ihBYgEbiO907lal+HZEHxRvQRUZsMMZCIA=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-dependencies-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-bNFnMx0dLqZxboxKzRcOTrsKvoQ0tQYAckSmP26vKCw= sha384-zaLyNLfu+eAPsWafam4HYQQOjNm4d2bo0J5PousLDFY+SX389+gqiS8OKS3kVV9u sha512-io6RBco/rLEWNu8N27aSZcO86hwqj0pxHkhZRRRfuwy8sh7F/Pb6eZK59vLWCI4uuRDKAmf9S2i5Ntoi493Nsg==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "bNFnMx0dLqZxboxKzRcOTrsKvoQ0tQYAckSmP26vKCw=",
|
|
21
|
+
"sha384": "zaLyNLfu+eAPsWafam4HYQQOjNm4d2bo0J5PousLDFY+SX389+gqiS8OKS3kVV9u",
|
|
22
|
+
"sha512": "io6RBco/rLEWNu8N27aSZcO86hwqj0pxHkhZRRRfuwy8sh7F/Pb6eZK59vLWCI4uuRDKAmf9S2i5Ntoi493Nsg=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.4-nightly.2202-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -20,20 +20,24 @@
|
|
|
20
20
|
var ObjDefineProperty = ObjClass["defineProperty"];
|
|
21
21
|
var ObjHasOwnProperty = ObjProto[strShimHasOwnProperty];
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
23
|
+
var _cachedGlobal = null;
|
|
24
|
+
function getGlobal(useCached) {
|
|
25
|
+
if (useCached === void 0) { useCached = true; }
|
|
26
|
+
if (!_cachedGlobal || !useCached) {
|
|
27
|
+
if (typeof globalThis !== strShimUndefined && globalThis) {
|
|
28
|
+
_cachedGlobal = globalThis;
|
|
29
|
+
}
|
|
30
|
+
if (typeof self !== strShimUndefined && self) {
|
|
31
|
+
_cachedGlobal = self;
|
|
32
|
+
}
|
|
33
|
+
if (typeof window !== strShimUndefined && window) {
|
|
34
|
+
_cachedGlobal = window;
|
|
35
|
+
}
|
|
36
|
+
if (typeof global !== strShimUndefined && global) {
|
|
37
|
+
_cachedGlobal = global;
|
|
38
|
+
}
|
|
35
39
|
}
|
|
36
|
-
return
|
|
40
|
+
return _cachedGlobal;
|
|
37
41
|
}
|
|
38
42
|
function throwTypeError(message) {
|
|
39
43
|
throw new TypeError(message);
|
|
@@ -424,6 +428,7 @@
|
|
|
424
428
|
var strOnPrefix = "on";
|
|
425
429
|
var strAttachEvent = "attachEvent";
|
|
426
430
|
var strAddEventHelper = "addEventListener";
|
|
431
|
+
var strToISOString = "toISOString";
|
|
427
432
|
var _objDefineProperty = ObjDefineProperty;
|
|
428
433
|
function objToString(obj) {
|
|
429
434
|
return ObjProto.toString.call(obj);
|
|
@@ -498,22 +503,27 @@
|
|
|
498
503
|
return typeof value === "number";
|
|
499
504
|
}
|
|
500
505
|
function toISOString(date) {
|
|
501
|
-
if (
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
506
|
+
if (date) {
|
|
507
|
+
if (date[strToISOString]) {
|
|
508
|
+
return date[strToISOString]();
|
|
509
|
+
}
|
|
510
|
+
if (isDate(date)) {
|
|
511
|
+
var pad = function (num) {
|
|
512
|
+
var r = String(num);
|
|
513
|
+
if (r.length === 1) {
|
|
514
|
+
r = "0" + r;
|
|
515
|
+
}
|
|
516
|
+
return r;
|
|
517
|
+
};
|
|
518
|
+
return date.getUTCFullYear()
|
|
519
|
+
+ "-" + pad(date.getUTCMonth() + 1)
|
|
520
|
+
+ "-" + pad(date.getUTCDate())
|
|
521
|
+
+ "T" + pad(date.getUTCHours())
|
|
522
|
+
+ ":" + pad(date.getUTCMinutes())
|
|
523
|
+
+ ":" + pad(date.getUTCSeconds())
|
|
524
|
+
+ "." + String((date.getUTCMilliseconds() / 1000).toFixed(3)).slice(2, 5)
|
|
525
|
+
+ "Z";
|
|
526
|
+
}
|
|
517
527
|
}
|
|
518
528
|
}
|
|
519
529
|
function arrForEach(arr, callbackfn, thisArg) {
|