Socket
Socket
Sign inDemoInstall

reddit-wrapper-v2

Package Overview
Dependencies
89
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.16 to 1.0.17

6

api.js

@@ -85,3 +85,7 @@ const request = require('request');

self.token = token_info.token_type + " " + token_info.access_token;
console.log("The token is: " + self.token);
if (token_info.token_type == undefined || token_info.access_token == undefined) {
self.logHelper("The token retrieved was undefined.");
}
return resolve(self.token);

@@ -88,0 +92,0 @@ })

2

package.json
{
"name": "reddit-wrapper-v2",
"version": "1.0.16",
"version": "1.0.17",
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc