Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2 to 1.0.3

2

api.js

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

const ACCESS_TOKEN_URL = "https://www.reddit.com/api/v1/access_token";
const REGULAR_REDDIT_URL = "https://oauth.reddit.com";
const REGULAR_REDDIT_URL = "https://reddit.com";

@@ -11,0 +11,0 @@ module.exports = function(options) {

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