connect-instagram-proxy
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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", |
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
5678
35