Socket
Socket
Sign inDemoInstall

@crawlee/core

Package Overview
Dependencies
Maintainers
10
Versions
1180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/core - npm Package Compare versions

Comparing version 3.11.3-beta.9 to 3.11.3-beta.10

10

package.json
{
"name": "@crawlee/core",
"version": "3.11.3-beta.9",
"version": "3.11.3-beta.10",
"description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",

@@ -62,5 +62,5 @@ "engines": {

"@apify/utilities": "^2.7.10",
"@crawlee/memory-storage": "3.11.3-beta.9",
"@crawlee/types": "3.11.3-beta.9",
"@crawlee/utils": "3.11.3-beta.9",
"@crawlee/memory-storage": "3.11.3-beta.10",
"@crawlee/types": "3.11.3-beta.10",
"@crawlee/utils": "3.11.3-beta.10",
"@sapphire/async-queue": "^1.5.1",

@@ -89,3 +89,3 @@ "@types/tough-cookie": "^4.0.2",

},
"gitHead": "b2f3dd9a0da8eded7c647613439421e49f4a3dcc"
"gitHead": "f2aa40be6d6fc29db9a0ebd266cb2dca441a6d05"
}

@@ -488,2 +488,4 @@ "use strict";

this.queueHeadIds.clear();
// This cache may be the bane of our existence, but it's still required for v1...
this.recentlyHandledRequestsCache.clear();
}

@@ -490,0 +492,0 @@ if (this.queueHeadIds.length() > 0) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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