Socket
Socket
Sign inDemoInstall

@dynatrace/cordova-plugin

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynatrace/cordova-plugin - npm Package Compare versions

Comparing version 2.277.1 to 2.279.1

2

files/default.config.js

@@ -8,3 +8,3 @@ module.exports = {

url: "",
mode: 2
mode: 4
},

@@ -11,0 +11,0 @@

@@ -575,3 +575,3 @@ {

{
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.277.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.279.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
"kind": "BooleanLiteral",

@@ -578,0 +578,0 @@ "offset": 1277,

@@ -575,3 +575,3 @@ {

{
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.277.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.279.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
"kind": "BooleanLiteral",

@@ -578,0 +578,0 @@ "offset": 1277,

@@ -575,3 +575,3 @@ {

{
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.277.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.279.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
"kind": "BooleanLiteral",

@@ -578,0 +578,0 @@ "offset": 1277,

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

return "sn=\"".concat(getSessionNumber(getCookieValue('dtCookie')), "\", pc=\"").concat(patchPageContext(getCookieValue('dtPC'), actionId), "\"")
+ ", v=\"".concat(getCookieValue('rxVisitor'), "\", r=\"").concat(referer, "\", app=\"").concat(getApplicationId(), "\" adk=\"").concat(dtAdk, "\"");
+ ", v=\"".concat(getCookieValue('rxVisitor'), "\", r=\"").concat(referer, "\", app=\"").concat(getApplicationId(), "\", adk=\"").concat(dtAdk, "\"");
};

@@ -15,0 +15,0 @@ var getReferer = function (actionId) {

{
"name": "@dynatrace/cordova-plugin",
"version": "2.277.1",
"version": "2.279.1",
"description": "This plugin gives you the ability to use the Dynatrace instrumentation in your hybrid application (Cordova, Ionic, ..). It uses the Mobile Agent, the JavaScript Agent. The Mobile Agent will give you all device specific values containing lifecycle information and the Javascript Agent will allow you to manually instrument your JavaScript/TypeScript code out of the box (Typescript definitions included). The JavaScript Agent will cover the network calls and will automatically detect them.",

@@ -40,3 +40,3 @@ "cordova": {

"dependencies": {
"axios": "^1.5.1",
"axios": "^1.6.2",
"jsdom": "^22.1.0",

@@ -43,0 +43,0 @@ "plist": "^3.1.0"

@@ -34,4 +34,4 @@ [![N|Solid](https://assets.dynatrace.com/content/dam/dynatrace/misc/dynatrace_web.png)](https://dynatrace.com)

* Android Agent: 8.277.1.1003
* iOS Agent: 8.277.1.1004
* Android Agent: 8.279.1.1002
* iOS Agent: 8.279.1.1008

@@ -306,6 +306,6 @@ ## Quick Setup

* 0 - `jsInlineScript`
* 1 - `jsTagComplete`
* 2 - `syncCS` (Default)
* 1 - `jsTagComplete` (Default)
* 2 - `syncCS`
* 3 - `asyncCS`
* 4 - `jsTag`
* 4 - `jsTag`

@@ -316,3 +316,3 @@ ```js

url : `https://.../jsInlineScript/...`,
mode: 2
mode: 1
},

@@ -846,2 +846,9 @@ }

2.279.1
* Updated typings
* Fixed x-dtc issue for native web requests
* Changed default injection mode from SyncCS to JsTagComplete
* Fixed issue with path for npx and capacitor
* Updated Android (8.279.1.1002) & iOS Agent (8.279.1.1008)
2.277.1

@@ -848,0 +855,0 @@ * Updated requirements for Cordova 10+

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

})(JavaScriptAgentMode = exports.JavaScriptAgentMode || (exports.JavaScriptAgentMode = {}));
exports.DEFAULT_JAVASCRIPT_AGENT_MODE = JavaScriptAgentMode.SyncCs;
exports.DEFAULT_JAVASCRIPT_AGENT_MODE = JavaScriptAgentMode.JsTagComplete;
exports.JAVA_SCRIPT_AGENT_MODE_NAMES = ['jsInlineScript', 'jsTagComplete', 'syncCS', 'asyncCS', 'jsTag'];

@@ -15,0 +15,0 @@ var parseNumberToMode = function (mode) {

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

var getApplicationPath = function () {
return isNpxCommand() ? (0, path_1.join)(getPluginPath(), '..') : (0, path_1.join)(getPluginPath(), '..', '..', '..');
return (0, path_1.join)(getPluginPath(), '..', '..', '..');
};

@@ -37,0 +37,0 @@ exports.getApplicationPath = getApplicationPath;

@@ -32,3 +32,3 @@ /**

*/
disableInterceptor();
disableInterceptor(): void;
}

@@ -91,3 +91,3 @@

*/
endVisit(success: any, error: any);
endVisit(success: any, error: any): void;

@@ -113,3 +113,3 @@ /**

*/
getUserPrivacyOptions(success: (userPrivacyOptions: UserPrivacyOptions) => any, error: any);
getUserPrivacyOptions(success: (userPrivacyOptions: UserPrivacyOptions) => any, error: any): void;

@@ -125,3 +125,3 @@ /**

*/
applyUserPrivacyOptions(dataCollectionLevel: DataCollectionLevel, crashReportingOptedIn: boolean, success: any, error: any);
applyUserPrivacyOptions(dataCollectionLevel: DataCollectionLevel, crashReportingOptedIn: boolean, success: any, error: any): void;
}

@@ -128,0 +128,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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