metascraper-author
Advanced tools
Comparing version 3.10.8 to 3.10.9
@@ -41,10 +41,7 @@ 'use strict' | ||
author: [ | ||
wrap($ => $('meta[property="author"]').attr('content')), | ||
wrap($ => $('meta[name="author"]').attr('content')), | ||
wrap($ => $('meta[property="article:author"]').attr('content')), | ||
wrap($ => $('meta[name="author"]').attr('content')), | ||
wrap($ => $('meta[name="sailthru.author"]').attr('content')), | ||
wrap($ => getValue($, $('[rel="author"]'))), | ||
wrap($ => getValue($, $('[itemprop*="author"] [itemprop="name"]'))), | ||
wrap($ => getValue($, $('[itemprop*="author"]'))), | ||
wrap($ => $('meta[property="book:author"]').attr('content')), | ||
wrap($ => getValue($, $('[rel="author"]'))), | ||
strict(wrap($ => getValue($, $('a[class*="author"]')))), | ||
@@ -51,0 +48,0 @@ strict(wrap($ => getValue($, $('[class*="author"] a')))), |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.10.8", | ||
"version": "3.10.9", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
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
3104
44