Socket
Socket
Sign inDemoInstall

reddit-wrapper-v2

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reddit-wrapper-v2 - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

1

api.js

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

let self = this;
self.logHelper("The retry on wait value is: " + self.retry_on_wait);
if (this.retry_on_wait) {

@@ -245,0 +246,0 @@ return self._method_helper_hard_wait(endpoint, data, URL, METHOD);

2

package.json
{
"name": "reddit-wrapper-v2",
"version": "1.0.7",
"version": "1.0.8",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc