Socket
Book a DemoInstallSign in
Socket

fast-meta-tags

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-meta-tags

Get the meta tags and title from an url

latest
Source
npmnpm
Version
1.3.3
Version published
Maintainers
2
Created
Source

fast-meta-tags

Fetch the meta tags and title from an URL. Trades correctness for speed, so very fast, but might be wrong.

npm install fast-meta-tags

Usage

const fastMetaTags = require('fast-meta-tags')

// prints title and an array of tags, if failed to parse or could not fetch data it returns null
console.log(await fastMetaTags('https://www.youtube.com/watch?v=24GfgNtnjXc'))

License

Apache-2.0

FAQs

Package last updated on 18 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts