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
596
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.7 to 0.13.8

11

CHANGELOG.md

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

## [0.13.8](https://github.com/cube-js/cube.js/compare/v0.13.7...v0.13.8) (2019-12-31)
### Bug Fixes
* UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON ([44c5065](https://github.com/cube-js/cube.js/commit/44c5065))
## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31)

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

6

index.js

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

const { type, ...restParams } = event;
this.logger(type, { ...restParams, ...context });
this.logger(type, {
...restParams,
authInfo: context.authInfo,
requestId: context.requestId
});
}

@@ -533,0 +537,0 @@ }

4

package.json

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

"author": "Statsbot, Inc.",
"version": "0.13.7",
"version": "0.13.8",
"repository": {

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

"license": "Apache-2.0",
"gitHead": "167f2bb16920a1278b8a06e30f6494f36158ada5"
"gitHead": "4453757b212505b815c0eaba0289e089e5675b7c"
}
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