instagram-stories
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -23,3 +23,3 @@ const fetch = require('isomorphic-fetch') | ||
}) => ( | ||
fetch(`https://i.instagram.com/api/v1/feed/user/${id}/reel_media`, { | ||
fetch(`https://i.instagram.com/api/v1/feed/user/${id}/reel_media/`, { | ||
headers: Object.assign(headers, { | ||
@@ -26,0 +26,0 @@ cookie: `sessionid=${sessionid}; ds_user_id=${userid}` |
{ | ||
"name": "instagram-stories", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Instagram Stories", | ||
@@ -29,5 +29,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ava": "^0.19.1", | ||
"ava": "^0.22.0", | ||
"xo": "^0.18.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3353