Socket
Socket
Sign inDemoInstall

nodejs-web-scraper

Package Overview
Dependencies
31
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

2

operations/CollectContent.js

@@ -63,3 +63,3 @@ const Operation = require('./Operation')

const contentFromCallback = await this.config.getElementContent(content, parentAddress, element)
content = typeof contentFromCallback === 'string' ? contentFromCallback : content;
content = contentFromCallback ? contentFromCallback : content;
}

@@ -66,0 +66,0 @@

{
"name": "nodejs-web-scraper",
"version": "6.1.1",
"version": "6.1.2",
"description": "A web scraper for NodeJs",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc