Skip to content

Commit 9d44bd3

Browse files
committed
chore(release): freeRASP 3.5.0
1 parent 87d1fc0 commit 9d44bd3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# freeRASP 3.5.0
2+
3+
- ⚠️ Updated the `talsecStart()` method to return `Promise<string>`. If freeRASP starts successfuly, the method will return `freeRASP started` string. There are not any changes of the interface if you are using the provided `useFreeRasp` hook.
4+
- ⚡ Improved the message passing between native iOS/Android and React Native sides
5+
- ✔️ Restricted message passing to valid callbacks only. If an invalid callback is received, the SDK will kill the app
6+
17
# freeRASP 3.4.0
28

39
- 📄 Documentation updates and improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)