Socket
Socket
Sign inDemoInstall

get-past-sponsors

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    get-past-sponsors

> The new Sponsors Profile is [released](https://github.com/community/community/discussions/37234) that includes the past sponsors. But we can't get the past sponsors from the API.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

get-past-sponsors

The new Sponsors Profile is released that includes the past sponsors. But we can't get the past sponsors from the API.

💰 Simple script to get the past sponsors.

Installation

pnpm install get-past-sponsors

Usage

import getPastSponsors from "get-past-sponsors";

await getPastSponsors('dohooo')
.then(sponsors=>{
  console.log(sponsors)
})
.catch(e=>{
  console.error(e)
})

Types

interface IUser {
    username: string
    avatar: string
}

getPastSponsors(username: string): Promise<IUser[]>

Sponsors

License

MIT License © 2022 Dohooo

FAQs

Last updated on 08 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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