Socket
Socket
Sign inDemoInstall

@crawlee/utils

Package Overview
Dependencies
Maintainers
10
Versions
1179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/utils - npm Package Compare versions

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

6

internals/general.js

@@ -108,3 +108,7 @@ "use strict";

replaceShadowDomsWithHtml(el.shadowRoot);
el.innerHTML += getShadowDomHtml(el.shadowRoot) ?? '';
let content = el.getHTML?.({ serializableShadowRoots: true }).trim();
if (!(content?.length > 0)) {
content = getShadowDomHtml(el.shadowRoot) ?? '';
}
el.innerHTML += content;
}

@@ -111,0 +115,0 @@ }

6

package.json
{
"name": "@crawlee/utils",
"version": "3.11.1-beta.9",
"version": "3.11.1-beta.10",
"description": "A set of shared utilities that can be used by crawlers",

@@ -52,3 +52,3 @@ "engines": {

"@apify/ps-tree": "^1.2.0",
"@crawlee/types": "3.11.1-beta.9",
"@crawlee/types": "3.11.1-beta.10",
"@types/sax": "^1.2.7",

@@ -74,3 +74,3 @@ "cheerio": "^1.0.0-rc.12",

},
"gitHead": "54d8cab889b02252a103599ff8fb4b87ca9ac358"
"gitHead": "3ec395c64170770f72da52a8a4d566c3ad40eaf1"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc