New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

x-crawl

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x-crawl - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

package.json
{
"name": "x-crawl",
"version": "2.4.1",
"version": "2.4.2",
"author": "coderHXL",

@@ -5,0 +5,0 @@ "description": "XCrawl is a Nodejs multifunctional crawler library.",

@@ -15,3 +15,3 @@ # x-crawl

- Support Promise/Callback method to get the result.
- Polling function, fixed-point crawling.
- Polling function, timing crawling.
- Anthropomorphic request interval.

@@ -90,3 +90,3 @@ - Written in TypeScript, providing generics.

Example of fetching featured video cover image for youtube homepage every other day:
Regular crawling: Get the recommended pictures of the youtube homepage every other day as an example:

@@ -140,3 +140,3 @@ ```js

**Note:** Do not crawl randomly, here is just to demonstrate how to use x-crawl, and control the request frequency within 3000ms to 2000ms.
**Note:** Do not crawl at will, you can check the **robots.txt** protocol before crawling. This is just to demonstrate how to use x-crawl.

@@ -143,0 +143,0 @@ ## Core concepts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc