Socket
Socket
Sign inDemoInstall

open-graph-scraper

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-graph-scraper - npm Package Versions

23
11

6.8.1

Diff

Changelog

Source

6.8.1

  • Fixing issue where setting fetchOptions.headers would replace the default headers
  • Updating dependencies
jshemas
published 6.8.0 •

Changelog

Source

6.8.0

  • Updating how onlyGetOpenGraphInfo works. By default it is false but now it accepts an array of properties for which no fallback should be used.
  • Updating how you get types import { SuccessResult } from 'open-graph-scraper/types';. See readme for details.
  • Updating dependencies
jshemas
published 6.7.2 •

Changelog

Source

6.7.2

  • Adding types to the npm export. You can now use import { SuccessResult } from 'open-graph-scraper/types/lib/types';
  • Updating dependencies
jshemas
published 6.7.1 •

Changelog

Source

6.7.1

  • Remove default export off of the run function and just set export to run.
  • Updating dependencies
jshemas
published 6.7.0 •

Changelog

Source

6.7.0

  • Replace validator with internal version of isUrl so we have better control on how that works.
  • Fix issue where JSON parsing fails when Youtube escape '&' to '\x26'.
  • Updating dependencies
jshemas
published 6.6.3 •

Changelog

Source

6.6.3

  • Fix issue with the charset fallback. Replace Buffer.from with Uint8Array since body is always html
  • Updating dependencies to fix npm vulnerabilities
jshemas
published 6.6.2 •

Changelog

Source

6.6.2

  • Fixed issue with package.json exports was not working in CommonJs projects.
  • Fixed issue where if the jsonLD tag was empty, it would cause a error.
jshemas
published 6.6.1 •

Changelog

Source

6.6.1

  • Use node16 for module/moduleResolution ESM build
  • Fixed issue with package.json exports was not working in NextJs projects.
jshemas
published 6.6.0 •

Changelog

Source

6.6.0

  • Updating the tsc build process to better support both ESM and commonJS
  • Fixed issue where some meta tags would always come back as array even thought there was only ever one meta tag.
  • Removed the dist folder from version control
  • Start running node22 in the CI pipeline
  • General typescript clean up
  • Example service will only return the result of OGS now
  • Updating dependencies
jshemas
published 6.5.2 •

Changelog

Source

6.5.2

  • adding a new favicon fallback using appIcon
  • Updating dependencies to fix npm vulnerabilities
23
11
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