Socket
Socket
Sign inDemoInstall

reddit-wrapper-v2

Package Overview
Dependencies
3
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

1

api.js

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

if (body && body.json && body.json.ratelimit) {
self.logHelper("You have tried this too much error has occured.");
return reject("you are doing this too much, try again in: " + body.json.ratelimit + " seconds", res.statusCode, body);

@@ -131,0 +132,0 @@ } else {

2

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