metascraper-author
Advanced tools
Comparing version 5.20.0 to 5.21.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.21.0](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-author/compare/v5.20.0...v5.21.0) (2021-03-10) | ||
### Bug Fixes | ||
* property author is not valid ([#384](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-author/issues/384)) ([8036930](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-author/commits/8036930fd4c202b9b75b2f5e0f4edb7c7cd741d4)) | ||
# [5.20.0](https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-author/compare/v5.19.2...v5.20.0) (2021-03-08) | ||
@@ -8,0 +19,0 @@ |
@@ -26,3 +26,2 @@ 'use strict' | ||
toAuthor($ => $('meta[name="author"]').attr('content')), | ||
toAuthor($ => $('meta[property="author"]').attr('content')), | ||
toAuthor($ => $('meta[property="article:author"]').attr('content')), | ||
@@ -29,0 +28,0 @@ toAuthor($ => $filter($, $('[itemprop*="author" i] [itemprop="name"]'))), |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://metascraper.js.org", | ||
"version": "5.20.0", | ||
"version": "5.21.0", | ||
"main": "index.js", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"dependencies": { | ||
"@metascraper/helpers": "^5.20.0" | ||
"@metascraper/helpers": "^5.21.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "engines": { | ||
"license": "MIT", | ||
"gitHead": "b7e84503428c5fda46f0c68fd02ba31e6b3c9853" | ||
"gitHead": "4422fffcd5fbadd9bb9f5789b7c880d0c8fb15b9" | ||
} |
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
23703
31
Updated@metascraper/helpers@^5.21.0