user-instagram
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "user-instagram", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Get user data and feed content by scraping Instagram's user page. No OAuth needed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -113,3 +113,3 @@ const axios = require("axios"); | ||
likesCount: media_data.edge_media_preview_like.count, | ||
location: { | ||
location: media_data.location ? { | ||
id: media_data.location.id, | ||
@@ -120,3 +120,3 @@ hasPublicPage: media_data.location.has_public_page, | ||
jsonName: media_data.location.address_json, | ||
}, | ||
} : null, | ||
owner: { | ||
@@ -123,0 +123,0 @@ id: media_data.owner.id, |
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
10711