grant-profile
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -38,3 +38,3 @@ | ||
tumblr: (data) => ({qs: {api_key: data.access_token}}), | ||
vk: (data) => ({qs: {access_token: data.access_token}}), | ||
vk: (data) => ({qs: {access_token: data.access_token, v: '5.103'}}), | ||
weibo: (data) => ({qs: {access_token: data.access_token}}), | ||
@@ -41,0 +41,0 @@ twitter: (data) => ({qs: {user_id: data.raw.user_id}}), |
{ | ||
"name": "grant-profile", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "User profile middleware for Grant", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
26352