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.17 to 1.1.0

2

api.js

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

if (token_info.token_type == undefined || token_info.access_token == undefined) {
self.logHelper("The token retrieved was undefined.");
self.logHelper("The token retrieved was undefined. The username and password tuple is: [" + self.username + "," + self.password + "].");
}

@@ -90,0 +90,0 @@

{
"name": "reddit-wrapper-v2",
"version": "1.0.17",
"version": "1.1.0",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc