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

instagram-stories

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instagram-stories - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

index.js

@@ -25,7 +25,7 @@ const fetch = require('isomorphic-fetch')

}) => (
fetch(`https://www.instagram.com/${username}/?__a=1`, {
fetch(`https://i.instagram.com/api/v1/users/web_profile_info/?username=${username}`, {
headers: getHeaders(headers, sessionid, userid)
})
.then(res => res.json())
.then(({graphql}) => graphql)
.then(({ data }) => data)
)

@@ -32,0 +32,0 @@

{
"name": "instagram-stories",
"version": "1.2.2",
"version": "1.2.3",
"description": "Unofficial package for scraping instagram stories",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -38,2 +38,3 @@ # instagram-stories

// temporary broken. Looking for working solution
getMediaByCode({ code: 'BUu14BdBkO5', userid: 1284161654, sessionid: '' }).then(media => {

@@ -40,0 +41,0 @@ console.log(media)

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