New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/api-gateway

Package Overview
Dependencies
Maintainers
2
Versions
594
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/api-gateway - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.13.1](https://github.com/cube-js/cube.js/compare/v0.13.0...v0.13.1) (2019-12-10)
### Bug Fixes
* **api-gateway:** getTime on undefined call in case of web socket auth error ([9807b1e](https://github.com/cube-js/cube.js/commit/9807b1e))
# [0.13.0](https://github.com/cube-js/cube.js/compare/v0.12.3...v0.13.0) (2019-12-10)

@@ -8,0 +19,0 @@

2

index.js

@@ -261,3 +261,3 @@ const jwt = require('jsonwebtoken');

duration(requestStarted) {
return new Date().getTime() - requestStarted.getTime();
return requestStarted && (new Date().getTime() - requestStarted.getTime());
}

@@ -264,0 +264,0 @@

@@ -5,3 +5,3 @@ {

"author": "Statsbot, Inc.",
"version": "0.13.0",
"version": "0.13.1",
"repository": {

@@ -37,3 +37,3 @@ "type": "git",

"license": "Apache-2.0",
"gitHead": "61e21aec1489a441a0b8aeceb9ee8cb7fbd6efb1"
"gitHead": "dac62c0ee859ac7c69cee57ba4ca741f2798c163"
}
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