hyper-sdk-plugin
Advanced tools
Comparing version 2.0.17 to 2.0.18
{ | ||
"name": "hyper-sdk-plugin", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"description": "Cordova plugin for HyperSDK which enables payment orchestration via different dynamic modules. More details available at https://developer.juspay.in/v2.0/docs/introduction . Some part of module depends heavily on native functionalities and are not updatable dynamically.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -116,3 +116,3 @@ const fs = require('fs'); | ||
// Add the Complete path to the MainActivity | ||
const newActivityPath = utilities.getAndroidSourcePath(context) + "/" + packageName.replaceAll("\\.", "/") + '/MainActivity.java'; | ||
const newActivityPath = utilities.getAndroidSourcePath(context) + "/" + packageName.replace(/\./g, "/") + '/MainActivity.java'; | ||
@@ -119,0 +119,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
38268