fetch-opengraph
Advanced tools
Comparing version 1.0.30 to 1.0.31
10
index.js
@@ -23,2 +23,11 @@ "use strict"; | ||
ogImage: 'og:image', | ||
ogVideo: 'og:video', | ||
ogVideoType: 'og:video:type', | ||
ogVideoWidth: 'og:video:width', | ||
ogVideoHeight: 'og:video:height', | ||
ogVideoUrl: 'og:video:url', | ||
twitterPlayer: 'twitter:player', | ||
twitterPlayerWidth: 'twitter:player:width', | ||
twitterPlayerHeight: 'twitter:player:height', | ||
twitterPlayerStream: 'twitter:player:stream', | ||
twitterCard: 'twitter:card', | ||
@@ -97,3 +106,2 @@ twitterDomain: 'twitter:domain', | ||
url, | ||
raw: html | ||
}); | ||
@@ -100,0 +108,0 @@ // Image |
{ | ||
"name": "fetch-opengraph", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "Fetch opengraph information from an url", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12414
173