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.0 to 0.1.1

2

lib/cube/server/metric.js

@@ -302,5 +302,5 @@ var util = require("util"),

var expected = 0;
while ((start = tier.step(start)) < stop) ++expected;
while (start < stop) ++expected, start = tier.step(start);
return expected;
};
};
{
"name": "cube",
"version": "0.1.0",
"version": "0.1.1",
"description": "A system for time series visualization using MongoDB, Node and D3.",

@@ -5,0 +5,0 @@ "keywords": ["time series", "visualization"],

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