cordova-plugin-proguard
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "cordova-plugin-proguard", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Cordova plugin for ProGuard", | ||
@@ -29,3 +29,6 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/greybax/cordova-plugin-proguard#readme" | ||
} | ||
"homepage": "https://github.com/greybax/cordova-plugin-proguard#readme", | ||
"devDependencies": { | ||
"jshint": "2.11.0" | ||
} | ||
} |
@@ -27,2 +27,11 @@ # cordova-plugin-proguard | ||
If you want to add rules to this `proguard-custom.txt`, please create your own `proguard-custom.txt` and add this to your projectroot folder. | ||
Upon installing the proguard-plugin, the rules will be added to your project. | ||
Example rules for various situations will be in the commented section in the plugin `proguard-custom.txt`. | ||
``` | ||
ionic cordova platform rm android | ||
ionic cordova platform add android | ||
``` | ||
## History | ||
@@ -29,0 +38,0 @@ - v1.0.0 - supports Cordova version <7 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
17843
14
24
50
0
1
1