![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
description-to-co-authors
Advanced tools
Parses co-authors from Git/GitHub-style commit messages and issue bodies. ✍️
Parses co-authors from Git/GitHub-style commit messages and issue bodies. ✍️
npm i description-to-co-authors
Pass any variant of Git/GitHub-style commit message or issue body string to this package's exported descriptionToCoAuthors
.
It will collect data from each case-insensitive co-authored-by:
match.
Data may include email
, name
, and/or username
:
import { descriptionToCoAuthors } from "description-to-co-authors";
descriptionToCoAuthors(`
co-authored-by: @DirectUsername
Co-authored-by: Josh Goldberg <github@joshuakgoldberg.com>
`);
[
{
"username": "DirectUsername"
},
{
"email": "github@joshuakgoldberg.com",
"name": "Josh Goldberg"
}
]
[!NOTE] Proper
Co-authored-by
attributions should use thename <email>
format, not@username
. The@username
extension is only there as a friendly compatibility layer for GitHub users who don't allow seeing their email. Please don't use it unless you absolutely need to.
Josh Goldberg 🚧 |
💙 This package was templated with description-to-co-authors.
FAQs
Parses co-authors from Git/GitHub-style commit messages and issue bodies. ✍️
The npm package description-to-co-authors receives a total of 496 weekly downloads. As such, description-to-co-authors popularity was classified as not popular.
We found that description-to-co-authors demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.