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.6 to 1.0.7

1

api.js

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

.catch(function(err) {
self.logHelper("Received an error.");
var errSplit = err.toString().split("try again in: ");

@@ -212,0 +213,0 @@ var retryingSec = -1;

2

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