horus-bot-detect 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -6
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Horus by MOD
1
+ # horus-bot-detect
2
2
 
3
3
  ## Kurulum
4
4
 
@@ -48,11 +48,7 @@ function App() {
48
48
  </script>
49
49
  ```
50
50
 
51
- ## Nasıl Çalışır
52
-
53
- Uygulama açıldığı anda Horus arka planda çalışmaya başlar. Şüpheli aktivite tespit edildiğinde belirttiğiniz endpoint'e otomatik olarak rapor gönderir.
54
-
55
- ### Raporlama
51
+ ## Raporlama
56
52
 
57
53
  Bot tespit edildiğinde endpoint'inize POST request atılır:
58
54