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.1 to 2.0.2

2

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

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

@@ -14,9 +14,7 @@ # User-Instagram

I tried to make this module user-friendly as much as I could. Just provide a username or a profile link.
> edouard_courty
> https://www.instagram.com/edouard_courty
```js
const getInstaProfile = require("user-instagram");
const userInstagram = require("user-instagram");
getInstaProfile("edouard_courty")
userInstagram("edouard_courty")
.then(console.log)

@@ -23,0 +21,0 @@ .catch(console.error);

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