-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule Capacitor
updated
15 files
+18 −0 | CHANGELOG.md | |
+2 −2 | README.md | |
+51 −4 | android/src/main/java/com/aheaditec/freerasp/FreeraspPlugin.kt | |
+1 −1 | android/src/main/java/com/aheaditec/freerasp/utils/Extensions.kt | |
+4 −1 | android/src/main/java/com/aheaditec/freerasp/utils/Utils.kt | |
+5 −0 | dist/esm/definitions.d.ts | |
+1 −1 | dist/esm/definitions.js.map | |
+2 −1 | dist/esm/index.d.ts | |
+20 −5 | dist/esm/index.js | |
+1 −1 | dist/esm/index.js.map | |
+8 −6 | example/src/components/MalwareItem.css | |
+14 −5 | example/src/components/MalwareItem.tsx | |
+1 −1 | package.json | |
+1 −0 | src/definitions.ts | |
+24 −4 | src/index.ts |
Submodule Cordova
updated
12 files
+18 −0 | CHANGELOG.md | |
+2 −2 | README.md | |
+1 −1 | example/package-lock.json | |
+14 −4 | example/src/app/components/malware-item/malware-item.component.ts | |
+1 −1 | package.json | |
+1 −1 | plugin.xml | |
+49 −8 | src/android/TalsecPlugin.kt | |
+1 −1 | src/android/utils/Extensions.kt | |
+4 −1 | src/android/utils/Utils.kt | |
+1 −0 | www/talsec.d.ts | |
+14 −31 | www/talsec.js | |
+16 −31 | www/talsec.ts |
Submodule Flutter
updated
8 files
Submodule React Native
updated
8 files