Socket
Socket
Sign inDemoInstall

@dynatrace/cordova-plugin

Package Overview
Dependencies
Maintainers
9
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 1.233.0 to 1.233.1

2

package.json
{
"name": "@dynatrace/cordova-plugin",
"version": "1.233.0",
"version": "1.233.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.",

@@ -5,0 +5,0 @@ "cordova": {

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

1.233.0
1.233.1
* Fixed issue where old static lib was referenced
* Improved capacitor check logic
* Improved injection logic for html

@@ -749,0 +751,0 @@ * Updated Android (8.231.2.1007) & iOS Agent (8.233.1.1006)

@@ -5,10 +5,13 @@ "use strict";

var installHelper_1 = require("./helpers/installHelper");
var pathHelper_1 = require("./helpers/pathHelper");
module.exports = (function (context) {
return new Promise(function (resolve) {
installHelper_1.modifyPackageJsonCap(true).then(function () {
ConfigurationUtil_1.checkConfiguration().then(function () {
resolve("");
if (pathHelper_1.isCapacitorApp()) {
return new Promise(function (resolve) {
installHelper_1.modifyPackageJsonCap(true).then(function () {
ConfigurationUtil_1.checkConfiguration().then(function () {
resolve("");
});
});
});
});
}
})();
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var installHelper_1 = require("./helpers/installHelper");
var pathHelper_1 = require("./helpers/pathHelper");
module.exports = (function (context) {
return new Promise(function (resolve) {
installHelper_1.modifyPackageJsonCap(false).then(function () {
return installHelper_1.removeGradleModification();
}).then(function () {
return installHelper_1.removePListModification();
}).then(function () {
resolve("");
if (pathHelper_1.isCapacitorApp()) {
return new Promise(function (resolve) {
installHelper_1.modifyPackageJsonCap(false).then(function () {
return installHelper_1.removeGradleModification();
}).then(function () {
return installHelper_1.removePListModification();
}).then(function () {
resolve("");
});
});
});
}
})();

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