Comparing version 1.1.0 to 1.1.2
{ | ||
"name": "cubed", | ||
"version": "1.1.0", | ||
"description": "a super simple backend for statsd; relays statsd events to a cube instance via udp", | ||
"version": "1.1.2", | ||
"description": "A udp-based, cube backend for statsd", | ||
"main": "index.js", | ||
@@ -10,7 +10,7 @@ "scripts": { | ||
"dependencies": { | ||
"cube": "0.2.9" | ||
"cube": "0.2.12" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/agilemd/cubed" | ||
"url": "https://github.com/kurttheviking/cubed" | ||
}, | ||
@@ -22,5 +22,5 @@ "keywords": [ | ||
], | ||
"author": "AgileMD <hello@agilemd.com>", | ||
"author": "kurttheviking <kurttheviking@outlook.com>", | ||
"contributors": [ | ||
"kurttheviking <kurt@agilemd.com>" | ||
"kurttheviking <kurttheviking@outlook.com>" | ||
], | ||
@@ -27,0 +27,0 @@ "license": "MIT", |
cubed | ||
===== | ||
a super simple backend for [statsd](https://github.com/etsy/statsd); relays flushed events to a [cube](https://github.com/square/cube) instance via udp | ||
A udp-based, [cube](https://github.com/square/cube) backend for [statsd](https://github.com/etsy/statsd) | ||
@@ -97,3 +97,3 @@ | ||
- raw timer data is not provided to cube; cube only receives the summary timer statistics (mean, upper count, sum, etc). | ||
- statsd is designed to collect data in (nearly) real time. as a result, there is currently no good way to pass a timestamp for a previously recorded event to cube from statsd. as a result, all events are timestamped by cube's collector when they are received by cube. | ||
- statsd is designed to collect data in (nearly) real time. as a result, there is currently no good way to pass a timestamp for a previously recorded event to cube from statsd. all events are timestamped by cube's collector when they are received by cube. | ||
@@ -128,2 +128,2 @@ | ||
graphite (which uses carbon) is an incredibly powerful solution. however, the ui and authorization strategies need some tlc. installing graphite is a bit rough-and-tumble and an adventure in python package dependencies. | ||
graphite (which uses carbon) is an incredibly powerful solution. however, the ui and authorization strategies need some tlc. installing graphite is a bit rough-and-tumble and an adventure in python package dependencies. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128
9650
1
+ Addedbson@0.2.5(transitive)
+ Addedcube@0.2.12(transitive)
+ Addedkerberos@0.0.3(transitive)
+ Addedmongodb@1.3.23(transitive)
- Removedbson@0.1.8(transitive)
- Removedcube@0.2.9(transitive)
- Removedmongodb@1.2.14(transitive)
Updatedcube@0.2.12