monument icon indicating copy to clipboard operation
monument copied to clipboard

event based http server for nodejs

Results 52 monument issues
Sort by recently updated
recently updated
newest added

This would facilitate users doing custom statsd stuff and building out there own stats for performance metrics etc. The statsd client already exists in the router.js file and in the...

enhancement
help wanted
documentation
first contribution
semver minor
performance
in progress

## The devDependency [tom-sawyer](https://github.com/ansble/tom-sawyer) was updated from `0.1.8` to `0.2.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [raw-body](https://github.com/stream-utils/raw-body) was updated from `2.3.3` to `2.4.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [content-security-policy-builder](https://github.com/helmetjs/content-security-policy-builder) was updated from `2.0.0` to `2.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

or really any that look like they might be risky, because of low maintenance, low usage, low engagement, etc. Would be nice to keep that sort of dependency out of...

first contribution

## The dependency [media-typer](https://github.com/jshttp/media-typer) was updated from `0.3.0` to `1.0.2`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [busboy](https://github.com/mscdex/busboy) was updated from `0.2.14` to `0.3.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [on-headers](https://github.com/jshttp/on-headers) was updated from `1.0.1` to `1.0.2`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

Moved statsd client init and statsd import to root ```index.js``` and added ```statsd``` to export object in the same file. The statsd client is available anywhere by ```require(monument).statsd``` However, I...