talsec / Free-RASP-ReactNative

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
84 stars 10 forks source link

For detection of developer mode. #63

Closed Bharat-Shaw closed 5 months ago

Bharat-Shaw commented 5 months ago

https://www.npmjs.com/package/jail-monkey
The above package provides the developer mode detection, so can you please add this feature in Free-RASP-ReactNative in next release. I am using react native expo.

import JailMonkey from 'jail-monkey' await JailMonkey.isDevelopmentSettingsMode();