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

cube

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cube - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/cube/server/metric.js

@@ -8,3 +8,3 @@ var util = require("util"),

var metric_fields = {v: 1},
metric_options = {sort: {_id: 1}},
metric_options = {sort: {"_id.t": 1}, batchSize: 1000},
event_options = {sort: {t: 1}, batchSize: 1000};

@@ -11,0 +11,0 @@

{
"name": "cube",
"version": "0.1.2",
"version": "0.1.3",
"description": "A system for time series visualization using MongoDB, Node and D3.",

@@ -12,3 +12,3 @@ "keywords": ["time series", "visualization"],

"d3": "2.7.2",
"mongodb": "0.9.8-1",
"mongodb": "0.9.9-7",
"pegjs": "0.6.2",

@@ -15,0 +15,0 @@ "vows": "0.5.11",

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