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

metascraper-author

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metascraper-author - npm Package Compare versions

Comparing version 3.10.8 to 3.10.9

7

index.js

@@ -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": {

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