![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
know-your-stargazers
Advanced tools
Know more about who starred your repository 🕵️
When developing an open source project, sometimes you are curious to know who starred your project. know-your-stargazers
is a simple CLI program that will help you to know who are interested to your project.
Just simply run:
npx know-your-stargazers
know-your-stargazers
uses GitHub API to crawl your stargazers (i.e: who starred your project). The default GitHub API rate limit is 60 requests per hour. By providing a personal access token, you can increase the rate limit to 5000 requests per hour.
know-your-stargazers
prefills the default values of owner
, repo
and token
by looking for the following environment variables: GITHUB_PERSONAL_ACCESS_TOKEN
, GITHUB_OWNER
and GITHUB_REPO
. You can set these environment variables in your .env
file as well.
// .env
GITHUB_PERSONAL_ACCESS_TOKEN=ghp_something
GITHUB_OWNER=username-or-organization
GITHUB_REPO=repo-name
know-your-stargazers
on a browserFAQs
Know who starred your repository!
The npm package know-your-stargazers receives a total of 1 weekly downloads. As such, know-your-stargazers popularity was classified as not popular.
We found that know-your-stargazers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.