New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

github-default-labels

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-default-labels

Static export of GitHub's default labels. đź—‚

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

GitHub Default Labels

Static export of GitHub's default labels. đź—‚

👪 All Contributors: 1 🤝 Code of Conduct: Kept 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

Usage

npm i github-default-labels

Exports a single array, githubDefaultLabels, whose elements are objects containing:

  • color
  • description
  • name
import { githubDefaultLabels } from "github-default-labels";

// {
// 	color: "7057ff",
// 	description: "Indicates a good issue for first-time contributors",
// 	name: "good first issue",
// }
githubDefaultLabels.find((label) => label.name === "good first issue");

See GitHub Docs > Labels and milestones > Managing labels > About default labels.

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! đź—‚

Contributors

Josh Goldberg ✨
Josh Goldberg ✨

💻 🖋 📖 🤔 🚇 🚧 📆 🔧

đź’ť This package was templated with create-typescript-app using the Bingo engine.

FAQs

Package last updated on 04 Apr 2025

Did you know?

Socket

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