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

Upgrade mocha and package lock for security warning #272

Merged
merged 4 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CHANGELOG

## 10.1.1 (2024-9-12)

@matteosb Handle synchronous socket.send error in sendUsingDnsCache
* @matteosb Handle synchronous socket.send error in sendUsingDnsCache

## 10.1.0 (2024-9-6)

Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ includes all changes in the latest node-statsd and many additional changes, incl
* asyncDistTimer
* much more, including many bug fixes

You can read about all changes in [the changelog](CHANGES.md).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the most helpful files in the project as it's kept well up to date, so moving it earlier. And removing two sections that just feel dated below.

hot-shots supports Node 10.x and higher.

![Build Status](https://github.com/brightcove/hot-shots/actions/workflows/node.js.yml/badge.svg)
Expand Down Expand Up @@ -273,12 +275,6 @@ optionalDependency, and how it's used in the codebase, this install
failure will not cause any problems. It only means that you can't use
the uds feature.

## Migrating from node-statsd

You should only need to do one thing: change node-statsd to hot-shots in all requires.

You can check the detailed [change log](https://github.com/brightcove/hot-shots/blob/master/CHANGES.md) for what has changed since the last release of node-statsd.

## Submitting changes

Thanks for considering making any updates to this project! This project is entirely community-driven, and so your changes are important. Here are the steps to take in your fork:
Expand All @@ -298,14 +294,6 @@ Versions will attempt to follow semantic versioning, with major changes only com

npm publishing is possible by one person, [bdeitte](https://github.com/bdeitte), who has two-factor authentication enabled for publishes. Publishes only contain one additional library, [unix-dgram](https://github.com/bnoordhuis/node-unix-dgram).

## Name

Why is this project named hot-shots? Because:

1. It's impossible to find another statsd name on npm
2. It's the name of a dumb movie
3. No good reason

## License

hot-shots is licensed under the MIT license.
Loading
Loading