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

@cubejs-backend/shared

Package Overview
Dependencies
Maintainers
3
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/shared - npm Package Compare versions

Comparing version 0.31.40 to 0.31.41

6

dist/src/env.js

@@ -354,2 +354,8 @@ "use strict";

/**
* Query stream `highWaterMark` value.
*/
dbQueryStreamHighWaterMark: () => env_var_1.get('CUBEJS_DB_QUERY_STREAM_HIGH_WATER_MARK')
.default(5000)
.asInt(),
/**
* Expire time for touch records

@@ -356,0 +362,0 @@ */

4

package.json
{
"name": "@cubejs-backend/shared",
"version": "0.31.40",
"version": "0.31.41",
"description": "Shared code for Cube.js backend packages",

@@ -73,3 +73,3 @@ "main": "dist/src/index.js",

},
"gitHead": "d693721f2c401c998f2190a8101ba37ab2e26768"
"gitHead": "0339d5178803f302fda5a935ea4b0c7ba632da83"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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