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.11.20 to 0.12.0

11

CHANGELOG.md

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

# [0.12.0](https://github.com/cube-js/cube.js/compare/v0.11.25...v0.12.0) (2019-11-25)
### Features
* Show `refreshKey` values in Playground ([b49e184](https://github.com/cube-js/cube.js/commit/b49e184))
## [0.11.20](https://github.com/cube-js/cube.js/compare/v0.11.19...v0.11.20) (2019-11-18)

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

2

index.js

@@ -325,2 +325,4 @@ const jwt = require('jsonwebtoken');

data: transformData(aliasToMemberNameMap, flattenAnnotation, response.data),
lastRefreshTime: response.lastRefreshTime && response.lastRefreshTime.toISOString(),
refreshKeyValues: process.env.NODE_ENV === 'production' ? undefined : response.refreshKeyValues,
annotation

@@ -327,0 +329,0 @@ });

4

package.json

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

"author": "Statsbot, Inc.",
"version": "0.11.20",
"version": "0.12.0",
"repository": {

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

"license": "Apache-2.0",
"gitHead": "79670a0942c4fe03db87ba63a5ba2f33fcbd7bd1"
"gitHead": "1e19567b8451359f9238f6efb8da1f2601bb06d8"
}
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