reddit-wrapper-v2
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,3 +8,3 @@ const request = require('request'); | ||
const ACCESS_TOKEN_URL = "https://www.reddit.com/api/v1/access_token"; | ||
const REGULAR_REDDIT_URL = "https://oauth.reddit.com"; | ||
const REGULAR_REDDIT_URL = "https://reddit.com"; | ||
@@ -11,0 +11,0 @@ module.exports = function(options) { |
{ | ||
"name": "reddit-wrapper-v2", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple Reddit API framework for nodejs. Replacing the no longer updated reddit-snooper. Relying more on promises rather than callbacks.", | ||
@@ -5,0 +5,0 @@ "main": "reddit-wrapper.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
21138