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

cube

Package Overview
Dependencies
Maintainers
2
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.2.5 to 0.2.6

5

lib/cube/server.js

@@ -140,2 +140,7 @@ var util = require("util"),

});
// as of node v0.10, 'end' is not emitted unless read() called
if (request.read !== undefined) {
request.read();
}
});

@@ -142,0 +147,0 @@

2

package.json
{
"name": "cube",
"version": "0.2.5",
"version": "0.2.6",
"description": "A system for analyzing time series data using MongoDB and Node.",

@@ -5,0 +5,0 @@ "keywords": [

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