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.1.0 to 2.1.1

2

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

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