Socket
Socket
Sign inDemoInstall

@crawlee/basic

Package Overview
Dependencies
Maintainers
1
Versions
1180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/basic - npm Package Compare versions

Comparing version 3.0.0-alpha.15 to 3.0.0-alpha.16

1

internals/basic-crawler.d.ts

@@ -362,2 +362,3 @@ import { Log } from '@apify/log';

protected _handlePropertyNameChange<New, Old>({ newProperty, newName, oldProperty, oldName, propertyKey, allowUndefined, }: HandlePropertyNameChangeData<New, Old>): void;
protected _getCookieHeaderFromRequest(request: Request): string;
}

@@ -364,0 +365,0 @@ export interface CreateContextOptions {

@@ -653,2 +653,5 @@ "use strict";

}
_getCookieHeaderFromRequest(request) {
return request.headers?.Cookie ?? request.headers?.cookie ?? '';
}
}

@@ -655,0 +658,0 @@ exports.BasicCrawler = BasicCrawler;

4

package.json
{
"name": "@crawlee/basic",
"version": "3.0.0-alpha.15",
"version": "3.0.0-alpha.16",
"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.",

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

"@apify/log": "^1.2.0",
"@crawlee/core": "^3.0.0-alpha.15",
"@crawlee/core": "^3.0.0-alpha.16",
"ow": "^0.28.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