metascraper-author
Advanced tools
Comparing version 3.10.9 to 3.11.0
@@ -42,2 +42,3 @@ 'use strict' | ||
wrap($ => $('meta[name="author"]').attr('content')), | ||
wrap($ => $('meta[property="author"]').attr('content')), | ||
wrap($ => $('meta[property="article:author"]').attr('content')), | ||
@@ -44,0 +45,0 @@ wrap($ => getValue($, $('[itemprop*="author"] [itemprop="name"]'))), |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://metascraper.js.org", | ||
"version": "3.10.9", | ||
"version": "3.11.0", | ||
"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
3165
45