🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

crawler

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crawler - npm Package Compare versions

Comparing version

to
2.0.3-beta.2

{
"name": "crawler",
"version": "2.0.3-beta.1",
"version": "2.0.3-beta.2",
"description": "Crawler is a ready-to-use web spider that works with proxies, asynchrony, rate limit, configurable request pools, jQuery, and HTTP/2 support.",

@@ -11,4 +11,4 @@ "repository": {

".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}

@@ -15,0 +15,0 @@ },