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

open-graph-scraper

Package Overview
Dependencies
Maintainers
1
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

1
11

4.5.0

Diff

Changelog

Source

4.5.0

  • Adding support for custom meta tags you want to scrape
  • If ogs thinks the URL isn't a HTML page, it will return a 'Must scrape an HTML page' error.
  • Updating Dependencies
jshemas
published 4.4.0 •

Changelog

Source

4.4.0

  • Adding support for app links meta data
  • Removed the withCharset option, you can use onlyGetOpenGraphInfo now if you do not want charset
  • Removed the runChar option, this will always be turned on
  • options.encoding === null is now deprecated
  • Updating image fallback to only send back valid URLs
  • Updating Dependencies
jshemas
published 4.3.1 •

Changelog

Source

4.3.1

  • Small code clean up and adding tests
  • Updating Dependencies
jshemas
published 4.3.0 •

Changelog

Source

4.3.0

  • Adding support for request headers
jshemas
published 4.2.1 •

Changelog

Source

4.2.1

  • Make sure item.fieldName exists before trying to use it
  • Updating devDependencies
  • Updating eslint rule set to be more simple
  • Fixed the badge icon in the readme
jshemas
published 4.2.0 •

Changelog

Source

4.2.0

  • Checking for new tags like article, book, profile, business and restaurant
  • Adding support for Dublin Core tags!
  • Updating image fallback to send back width/height/type
  • Adding more title/description/locale/audio/other fallbacks
  • Fixed bug where if there was a weird casing on a meta, ogs would skip it
  • Will no longer return undefined values in some cases
  • Updating dependencies and removed lodash
jshemas
published 4.1.1 •

Changelog

Source

4.1.1

  • Updating to use github actions for CI!
jshemas
published 4.1.0 •

Changelog

Source

4.1.0

  • Updating to use validators.js's isURL to check user input URLs
  • Moving snyk to be under devDependencies
jshemas
published 4.0.0 •

Changelog

Source

4.0.0 (has breaking changes!)

  • Dropping support for any node version under 10
  • Open Graph values are no longer nested in a data object.
  • Stop using request.js(deprecated) and start using got.js
  • Using promises will now send the error/result/response back in one object.
  • Options.gzip is now options.decompress
  • Options.followAllRedirects is now options.followRedirect
  • Drop support for options.jar
  • Options.timeout must be a number value
  • Updating error messaging
  • Updating dependencies
jshemas
published 3.6.2 •

Changelog

Source

3.6.2

  • Updating lodash.
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