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

user-instagram

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

user-instagram - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

package.json
{
"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,

}) || []
}));
});
});
};
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