1.1.1 • Published 10 months ago

bot-buster-module v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

bot-buster-module

Collect fingerpints and analyze user request

Installation

npm install bot-buster-module

Important notice

:warning: Warning: This module is relying on React native New Architecture. If you want to use this package, consider to create an app based on New Architecture or migrate your app by reading this guide

Note: You have to use Axios package to send API requests so that this package can work and intercept requests

Usage

Put these lines in your index.js or App.tsx file

import { configureBotBuster } from 'bot-buster-module';

// ...

configureBotBuster(false);

Use true as parameter when you are in development mode and false in production mode.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago