Socket
Socket
Sign inDemoInstall

snoode

Package Overview
Dependencies
52
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.20.4 to 1.20.5

1

apis/messages.es6.js

@@ -53,2 +53,3 @@ import omit from 'lodash/object/omit';

if (constructor === CONSTRUCTORS.t4 &&
!Array.isArray(thing.replies) &&
typeof thing.replies === 'object' &&

@@ -55,0 +56,0 @@ Array.isArray(thing.replies.data.children)) {

3

apis/subredditRelationships.es6.js

@@ -10,2 +10,3 @@ import BaseAPI from './baseContent.es6.js';

banned: 'friend',
muted: 'friend',
wikibanned: 'friend',

@@ -28,3 +29,3 @@ wikicontributor: 'friend',

if (method === 'get') {
return path = `r/${subreddit}/about/${query.filter}`;
return path = `r/${subreddit}/about/${filter}`;
}

@@ -31,0 +32,0 @@

{
"name": "snoode",
"version": "1.20.4",
"version": "1.20.5",
"description": "node and browser reddit api library",

@@ -5,0 +5,0 @@ "main": "index.es6.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc