1.1.1 • Published 6 months ago

detect-crawling-react v1.1.1

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

Description

A React Component for Crawling Detection based on URL and Mouse Position Information

Installation

npm install detect-crawling-react

Usage

import DetectCrawlingReact from "detect-crawling-react";
function App() {
  // Define a function to execute when crawling is detected
  const callback = async () => {
    alert("Crawling Detected");
  };
  return (
    <div className="App">
      <DetectCrawlingReact callback={callback} />
      // Your Component
    </div>
  );
}
1.1.1

6 months ago

1.1.0

6 months ago

1.0.3

6 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago