@microsoft/applicationinsights-dependencies-js 2.8.6-nightly.2207-25 → 3.0.0-beta.2208-03
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/LICENSE +17 -17
- package/NOTICE +17 -0
- package/PRIVACY +3 -0
- package/README.md +20 -9
- package/browser/applicationinsights-dependencies-js.integrity.json +9 -9
- package/browser/applicationinsights-dependencies-js.js +2 -2
- 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.api.json +1 -1
- package/dist/applicationinsights-dependencies-js.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +2 -2
- 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/DependencyListener.js +1 -1
- package/dist-esm/InternalConstants.js +1 -1
- package/dist-esm/__DynamicConstants.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
- package/types/tsdoc-metadata.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) Microsoft Corporation
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/NOTICE
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
NOTICES AND INFORMATION
|
|
2
|
+
Do Not Translate or Localize
|
|
3
|
+
|
|
4
|
+
This software incorporates material from third parties. Microsoft makes certain
|
|
5
|
+
open source code available at https://3rdpartysource.microsoft.com, or you may
|
|
6
|
+
send a check or money order for US $5.00, including the product name, the open
|
|
7
|
+
source component name, and version number, to:
|
|
8
|
+
|
|
9
|
+
Source Code Compliance Team
|
|
10
|
+
Microsoft Corporation
|
|
11
|
+
One Microsoft Way
|
|
12
|
+
Redmond, WA 98052
|
|
13
|
+
USA
|
|
14
|
+
|
|
15
|
+
Notwithstanding any other terms, you may reverse engineer this software to the
|
|
16
|
+
extent required to debug changes to any libraries licensed under the GNU Lesser
|
|
17
|
+
General Public License.
|
package/PRIVACY
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Data Collection
|
|
2
|
+
|
|
3
|
+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
package/README.md
CHANGED
|
@@ -19,18 +19,29 @@ npm run test
|
|
|
19
19
|
|
|
20
20
|
## Contributing
|
|
21
21
|
|
|
22
|
-
This project welcomes contributions and suggestions.
|
|
23
|
-
Contributor License Agreement (CLA) declaring that you have the right to,
|
|
24
|
-
the rights to use your contribution. For details, visit
|
|
22
|
+
This project welcomes contributions and suggestions. Most contributions require you to
|
|
23
|
+
agree to a Contributor License Agreement (CLA) declaring that you have the right to,
|
|
24
|
+
and actually do, grant us the rights to use your contribution. For details, visit
|
|
25
|
+
https://cla.microsoft.com.
|
|
25
26
|
|
|
26
|
-
When you submit a pull request, a CLA-bot will automatically determine whether you need
|
|
27
|
-
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
|
|
28
|
-
provided by the bot. You will only need to do this once across all
|
|
27
|
+
When you submit a pull request, a CLA-bot will automatically determine whether you need
|
|
28
|
+
to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
|
|
29
|
+
instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
|
|
29
30
|
|
|
30
31
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
31
|
-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
|
32
|
-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
32
|
+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
|
33
|
+
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
34
|
+
|
|
35
|
+
## Data Collection
|
|
36
|
+
|
|
37
|
+
As this SDK is designed to enable applications to perform data collection which is sent to the Microsoft collection endpoints the following is required to identify our privacy statement.
|
|
38
|
+
|
|
39
|
+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
|
|
40
|
+
|
|
41
|
+
## Trademarks
|
|
42
|
+
|
|
43
|
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
|
|
33
44
|
|
|
34
45
|
## License
|
|
35
46
|
|
|
36
|
-
[MIT](LICENSE)
|
|
47
|
+
[MIT](LICENSE)
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-beta.2208-03",
|
|
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-02zvRc7wUFCProeJ3DwNX82WGbQvnty60g1oKXf+DGQ= sha384-Xdkk1bgmvjmbdlWFWf4qJse3plJB1JZO/cmcMIA10va+uiOEXUvYTd+JQnZJDopk sha512-sf/ufEgMPxA10x54VaKTSfepH8N9zBWMjCz+P7cNHOcvo/9cnXK+BYteYH1lqzoGZUC8fLt9yQfKPtFMy7fUWA==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "02zvRc7wUFCProeJ3DwNX82WGbQvnty60g1oKXf+DGQ=",
|
|
11
|
+
"sha384": "Xdkk1bgmvjmbdlWFWf4qJse3plJB1JZO/cmcMIA10va+uiOEXUvYTd+JQnZJDopk",
|
|
12
|
+
"sha512": "sf/ufEgMPxA10x54VaKTSfepH8N9zBWMjCz+P7cNHOcvo/9cnXK+BYteYH1lqzoGZUC8fLt9yQfKPtFMy7fUWA=="
|
|
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-h8CWyd9+8R1NBF79ISiGdg81YCm8ynPFzjN7BjbRXnU= sha384-3euN/CvTcyjYBCi9AW+NDdA2jws3jMxk/NcWccgWsB+hOsHAL4ZiAoXWb5hHUwvF sha512-LDVWSQckHc7dOc/+nvEVgd1RA8ngbEbXjbIwhECxEJ4E+jQEpVd+x2uwHLVn0Fci9yKjxcavEPKkhATxnG7NmQ==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "h8CWyd9+8R1NBF79ISiGdg81YCm8ynPFzjN7BjbRXnU=",
|
|
21
|
+
"sha384": "3euN/CvTcyjYBCi9AW+NDdA2jws3jMxk/NcWccgWsB+hOsHAL4ZiAoXWb5hHUwvF",
|
|
22
|
+
"sha512": "LDVWSQckHc7dOc/+nvEVgd1RA8ngbEbXjbIwhECxEJ4E+jQEpVd+x2uwHLVn0Fci9yKjxcavEPKkhATxnG7NmQ=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin,
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2208-03
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
1245
|
var _objDefineProperty = ObjDefineProperty;
|
|
1246
|
-
var version = "
|
|
1246
|
+
var version = "3.0.0-beta.2208-03";
|
|
1247
1247
|
var instanceName = "." + newId(6);
|
|
1248
1248
|
var _dataUid = 0;
|
|
1249
1249
|
function _createAccessor(target, prop, value) {
|