New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reddit-simple-client

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reddit-simple-client - npm Package Compare versions

Comparing version 2.0.0-beta.6 to 2.0.0-beta.7

2

package.json
{
"name": "reddit-simple-client",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Simple module for interacting with Reddit, using oauth to authenticate to the reddit api",

@@ -137,2 +137,6 @@ import { DefaultOptions } from './reddit/modal/reddit-options.js';

if (!jsonDataFromUrl.data || !jsonDataFromUrl.data.children) {
return jsonDataFromUrl;
}
const result = jsonDataFromUrl.data.children.map(post => {

@@ -139,0 +143,0 @@ if (!useSimpleValues) {

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