Socket
Socket
Sign inDemoInstall

web-auto-extractor

Package Overview
Dependencies
94
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

2

dist/parsers/micro-rdfa-parser.js

@@ -20,3 +20,3 @@ 'use strict';

return null;
} else if (tagName === 'a' || tagName === 'link') {
} else if ((tagName === 'a' || tagName === 'link') && attribs.href) {
return attribs.href.trim();

@@ -23,0 +23,0 @@ } else if (attribs.content) {

{
"name": "web-auto-extractor",
"version": "1.0.9",
"version": "1.0.10",
"description": "Automatically extracts structured information from webpages",

@@ -5,0 +5,0 @@ "main": "dist/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