web-auto-extractor
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16165