1.1.1 • Published 2 years ago

detect-crawling-react v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago