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

@crawlee/core

Package Overview
Dependencies
Maintainers
0
Versions
1315
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.12.3-beta.13 to 3.12.3-beta.14

10

package.json
{
"name": "@crawlee/core",
"version": "3.12.3-beta.13",
"version": "3.12.3-beta.14",
"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.12.3-beta.13",
"@crawlee/types": "3.12.3-beta.13",
"@crawlee/utils": "3.12.3-beta.13",
"@crawlee/memory-storage": "3.12.3-beta.14",
"@crawlee/types": "3.12.3-beta.14",
"@crawlee/utils": "3.12.3-beta.14",
"@sapphire/async-queue": "^1.5.1",

@@ -87,3 +87,3 @@ "@vladfrangu/async_event_emitter": "^2.2.2",

},
"gitHead": "630ba8e17488eb839c212f97df5a915df7bb4e00"
"gitHead": "1a231dbae675555036a59bbbee52e7fbc0c41b85"
}

@@ -83,2 +83,24 @@ <h1 align="center">

### Installing pre-release versions
We provide automated beta builds for every merged code change in Crawlee. You can find them in the npm [list of releases](https://www.npmjs.com/package/crawlee?activeTab=versions). If you want to test new features or bug fixes before we release them, feel free to install a beta build like this:
```bash
npm install crawlee@3.12.3-beta.13
```
If you also use the [Apify SDK](https://github.com/apify/apify-sdk-js), you need to specify dependency overrides in your `package.json` file so that you don't end up with multiple versions of Crawlee installed:
```json
{
"overrides": {
"apify": {
"@crawlee/core": "3.12.3-beta.13",
"@crawlee/types": "3.12.3-beta.13",
"@crawlee/utils": "3.12.3-beta.13"
}
}
}
```
## 🛠 Features

@@ -85,0 +107,0 @@

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