Socket
Socket
Sign inDemoInstall

reddit-ts

Package Overview
Dependencies
8
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.1 to 0.7.2

2

dist/package.json
{
"name": "reddit-ts",
"version": "0.7.1",
"version": "0.7.2",
"description": "Reddit API written in Typescript",

@@ -5,0 +5,0 @@ "author": "aelesia",

{
"name": "reddit-ts",
"version": "0.7.1",
"version": "0.7.2",
"description": "Reddit API written in Typescript",

@@ -5,0 +5,0 @@ "author": "aelesia",

@@ -131,3 +131,3 @@ import { Comments } from './types/Comments.type'

private async search(username: string, after?: string): Promise<Search> {
protected async search(username: string, after?: string): Promise<Search> {
return (await Http.url(`https://www.reddit.com/user/${username}.json?limit=100&after=${after ?? ''}`).get<Search>())

@@ -134,0 +134,0 @@ .data

Sorry, the diff of this file is not supported yet

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