New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

metascraper-title

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metascraper-title - npm Package Compare versions

Comparing version 3.8.0 to 3.9.2

4

index.js
'use strict'
const { titleize } = require('@metascraper/helpers')
const { getValue, titleize } = require('@metascraper/helpers')
const { isString } = require('lodash')

@@ -23,4 +23,4 @@

wrap($ => $('h1[class*="title"]').text()),
wrap($ => $('title').text())
wrap($ => getValue($, $('title')))
]
})

@@ -5,3 +5,3 @@ {

"homepage": "https://metascraper.js.org",
"version": "3.8.0",
"version": "3.9.2",
"main": "index.js",

@@ -20,3 +20,3 @@ "author": {

"dependencies": {
"@metascraper/helpers": "^3.8.0",
"@metascraper/helpers": "^3.9.2",
"lodash": "~4.17.4"

@@ -23,0 +23,0 @@ },

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