Socket
Socket
Sign inDemoInstall

@dynatrace/cordova-plugin

Package Overview
Dependencies
168
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.253.3 to 1.253.4

3

networking/MobileFirstNetworkInterceptor.js

@@ -18,3 +18,4 @@ "use strict";

var tagSendRequest = function (request) {
if (request.getHeader('x-dynatrace') === undefined) {
var headerValue = request.getHeader('x-dynatrace');
if (headerValue === undefined || headerValue === null) {
var actionId = NativeNetworkInterceptorUtils.enterNativeRequestAction(request.getUrl(), 'Mobile First');

@@ -21,0 +22,0 @@ var headers = NativeNetworkInterceptorUtils.getHeadersForNativeRequest(actionId);

{
"name": "@dynatrace/cordova-plugin",
"version": "1.253.3",
"version": "1.253.4",
"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.",

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

"axios": "^1.1.3",
"cordova-common": "^4.0.2",
"cordova-common": "^4.1.0",
"jsdom": "^20.0.2",

@@ -41,0 +41,0 @@ "plist": "^3.0.6"

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

1.253.3
1.253.4
* Updated Android (8.253.1.1003) & iOS Agent (8.253.1.1006)

@@ -787,0 +787,0 @@ * Fixed wrong declaration for dtrum & MFP API

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc