user-instagram
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "user-instagram", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Get user data and feed content by scraping Instagram's user page. No OAuth needed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ const axios = require("axios"); | ||
let user = GQL.data.graphql.user; | ||
resolve(JSON.stringify({ | ||
resolve({ | ||
link: link.replace("/?__a=1", ""), | ||
@@ -57,4 +57,4 @@ id: user.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
4426