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

connect-instagram-proxy

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-instagram-proxy - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

dist/connect-instagram-proxy.js

@@ -15,3 +15,5 @@

}
throw new Error('"clientId" parameter is required');
if (clientId == null) {
throw new Error('"clientId" parameter is required');
}
return function(req, res, next) {

@@ -18,0 +20,0 @@ return request.get("https://api.instagram.com/v1/users/" + userId + "/media/recent/?client_id=" + clientId, function(err, response, body) {

{
"name": "connect-instagram-proxy",
"version": "0.0.4",
"version": "0.0.5",
"description": "Connect middleware for proxying Instagram media",

@@ -5,0 +5,0 @@ "main": "dist/connect-instagram-proxy.js",

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