Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cubed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cubed - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

12

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc