You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
freeRASP 3.6.0
⚠️ 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.
⚡ Improved the message passing between native iOS/Android and React Native sides
✔️ Restricted message passing to valid callbacks only. If an invalid callback is received, the SDK will kill the app
⚡ Improved reaction obfuscation
📄 Documentation updates
Android
⚡ Fixed ProviderException which could be occassionally triggered
⚡ Fixed bug causing incompatibility with some versions of React Native (#38)