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.0 to 0.31.13

11

CHANGELOG.md

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

## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
### Features
* export bucket CVS files escape symbol support ([#5570](https://github.com/cube-js/cube.js/issues/5570)) ([09ceffb](https://github.com/cube-js/cube.js/commit/09ceffbefc75417555f8ff90f6277bd9c419d751))
# [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)

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

4

dist/src/env.js

@@ -334,2 +334,6 @@ "use strict";

/**
* Export bucket CSV escape symbol.
*/
dbExportBucketCsvEscapeSymbol: ({ dataSource, }) => (process.env[keyByDataSource('CUBEJS_DB_EXPORT_BUCKET_CSV_ESCAPE_SYMBOL', dataSource)]),
/**
* Export bucket storage type.

@@ -336,0 +340,0 @@ */

4

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

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

},
"gitHead": "8cdec759f298fb20c48194254ccc04b6fdad46bf"
"gitHead": "a304fb5d37667569e2ee70c633587d096945a7b0"
}

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