Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

web-auto-extractor

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-auto-extractor - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

dist/parsers/metatag-parser.js

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

var nameKey = Object.keys(elem.attribs).find(function (attr) {
return ['name', 'property', 'itemprop'].indexOf(attr) !== -1;
return ['name', 'property', 'itemprop', 'http-equiv'].indexOf(attr) !== -1;
});

@@ -14,0 +14,0 @@ var name = elem.attribs[nameKey];

{
"name": "web-auto-extractor",
"version": "1.0.16",
"version": "1.0.17",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc