Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: format code with Prettier #22

Merged
merged 1 commit into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Supported Versions

We support the latest minor version.
For one minor version prior to the latest, pull requests providing patches to fix security vulnerabilities will be accepted.
We support the latest minor version.
For one minor version prior to the latest, pull requests providing patches to fix security vulnerabilities will be accepted.
Support for the previous minor version relies completely on community pull requests.

| Version | Supported |
Expand All @@ -22,4 +22,5 @@ Be sure to include an update to the version field in `package.json`.
Note: Only pull requests which fix security vulnerabilities will be accepted. Additional features and bug fixes are out of scope for old versions.

## Reporting a Vulnerability

Since this library is developed with community support, you may create a new issue for reporting any Vulnerability.
Loading