Socket
Socket
Sign inDemoInstall

fetch-opengraph

Package Overview
Dependencies
3
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.24 to 1.0.25

19

index.js

@@ -119,3 +119,20 @@ "use strict";

catch (error) {
return reject(error);
return reject({
message: error.message,
status: error.status,
error,
[title]: "",
[description]: "",
[ogUrl]: url,
[ogType]: "website",
[ogTitle]: "",
[ogDescription]: "",
[ogImage]: "",
[twitterCard]: "",
[twitterDomain]: "",
[twitterUrl]: url,
[twitterTitle]: "",
[twitterDescription]: "",
[twitterImage]: ""
});
}

@@ -122,0 +139,0 @@ }));

2

package.json
{
"name": "fetch-opengraph",
"version": "1.0.24",
"version": "1.0.25",
"description": "Fetch opengraph information from an url",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc