New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.1.2 to 1.1.3

2

package.json
{
"name": "user-instagram",
"version": "1.1.2",
"version": "1.1.3",
"description": "Get user data and feed content by scraping Instagram's user page. No OAuth needed.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,15 +32,15 @@ # Node-Instagram

{
profileLink: 'https://www.instagram.com/edouard_courty',
subscriberCount: 444,
subscribtions: 362,
postCount: 27,
username: 'edouard_courty',
isPrivate: false,
isVerified: false,
fullName: 'Edouard Courty',
bio: "<userBio",
id: '<userId>',
avatar: <avatarThumbnailLink>,
avatarHD: <HDAvatarLink>,
posts: []
"profileLink": "https://www.instagram.com/edouard_courty",
"subscriberCount": 444,
"subscribtions": 362,
"postCount": 27,
"username": "edouard_courty",
"isPrivate": false,
"isVerified": false,
"fullName": "Edouard Courty",
"bio": "<userBio",
"id": "<userId>",
"avatar": "<avatarThumbnailLink>",
"avatarHD": "<HDAvatarLink>",
"posts": []
}

@@ -47,0 +47,0 @@ ```

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